#1F826C

Color #1F826C Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1F826C

Tints of Elf Green #1F826C

Color information

#1F826C (or 0x1F826C) is unknown color: approx Elf Green. HEX triplet: 1F, 82 and 6C. RGB value is (31,130,108). Sum of RGB (Red+Green+Blue) = 31+130+108=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #1F826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F826C is #E07D93. Grayscale: #616161. Windows color (decimal): -14712212 or 7111199. OLE color: 7111199.

HSL color Cylindrical-coordinate representation of color #1F826C: hue angle of 166.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F826C is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB31130108-
CMYK0.7600.170.49
HSL166.67º61.49%31.57%-
HSV(B)166.67º76.15%50.98%-
XYZ11.2517.3416.94-
YUV97.89133.780.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=11.52%
G=48.33%
B=40.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311301080.7600.170.49166.6761.4931.57
Hex1F826C4C01131a73d20
Octal37202154114021612477540
Binary11111100000101101100100110001000111000110100111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F826C; }

 p { color: rgb(31,130,108); }

 H1.HeaderClassName
 {
   color: #1F826C;
 }
 .AnyTagClassName
 {
   color: #1F826C;
 }
</style>
background-color css

<style>
 a { background-color: #1F826C; }

 a { background-color: rgb(31,130,108); }

 div.DivClassName
 {
   background-color: #1F826C;
 }
 .BgClassName
 {
   background-color: #1F826C;
 }
</style>
border-color css

<style>
 span { border-color: #1F826C; }

 span { border-color: rgb(31,130,108); }

 td.TdClassName
 {
   border-color: #1F826C;
 }
 .TagClassName
 {
   border-color: #1F826C;
 }
</style>