#1F8E66

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

Shades of Elf Green #1F8E66

Tints of Elf Green #1F8E66

Color information

#1F8E66 (or 0x1F8E66) is unknown color: approx Elf Green. HEX triplet: 1F, 8E and 66. RGB value is (31,142,102). Sum of RGB (Red+Green+Blue) = 31+142+102=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E66 is #E07199. Grayscale: #686868. Windows color (decimal): -14709146 or 6721055. OLE color: 6721055.

HSL color Cylindrical-coordinate representation of color #1F8E66: hue angle of 158.38º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8E66 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB31142102-
CMYK0.7800.280.44
HSL158.38º64.16%33.92%-
HSV(B)158.38º78.17%55.69%-
XYZ12.6420.615.88-
YUV104.25126.7375.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.27%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=11.27%
G=51.64%
B=37.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311421020.7800.280.44158.3864.1633.92
Hex1F8E664E01C2C9e4022
Octal372161461160345423610042
Binary111111000111011001101001110011100101100100111101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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