#1F8E6E

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

Shades of Elf Green #1F8E6E

Tints of Elf Green #1F8E6E

Color information

#1F8E6E (or 0x1F8E6E) is unknown color: approx Elf Green. HEX triplet: 1F, 8E and 6E. RGB value is (31,142,110). Sum of RGB (Red+Green+Blue) = 31+142+110=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E6E is #E07191. Grayscale: #696969. Windows color (decimal): -14709138 or 7245343. OLE color: 7245343.

HSL color Cylindrical-coordinate representation of color #1F8E6E: hue angle of 162.7º 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 #1F8E6E is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB31142110-
CMYK0.7800.230.44
HSL162.7º64.16%33.92%-
HSV(B)162.7º78.17%55.69%-
XYZ13.0520.7618.07-
YUV105.16130.7375.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.95%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=10.95%
G=50.18%
B=38.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311421100.7800.230.44162.764.1633.92
Hex1F8E6E4E0172Ca34022
Octal372161561160275424310042
Binary111111000111011011101001110010111101100101000111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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