#1F8366

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

Shades of Elf Green #1F8366

Tints of Elf Green #1F8366

Color information

#1F8366 (or 0x1F8366) is unknown color: approx Elf Green. HEX triplet: 1F, 83 and 66. RGB value is (31,131,102). Sum of RGB (Red+Green+Blue) = 31+131+102=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8366 is #E07C99. Grayscale: #616161. Windows color (decimal): -14711962 or 6718239. OLE color: 6718239.

HSL color Cylindrical-coordinate representation of color #1F8366: hue angle of 162.6º degrees, saturation: 0.62, 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 #1F8366 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB31131102-
CMYK0.7600.220.49
HSL162.6º61.73%31.76%-
HSV(B)162.6º76.34%51.37%-
XYZ11.0817.4815.36-
YUV97.79130.3780.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 131 (51.56% from 255) = 49.62%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=11.74%
G=49.62%
B=38.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311311020.7600.220.49162.661.7331.76
Hex1F83664C01631a33e20
Octal37203146114026612437640
Binary11111100000111100110100110001011011000110100011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,102); }

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

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

 a { background-color: rgb(31,131,102); }

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

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

 span { border-color: rgb(31,131,102); }

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