#1F8E68

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

Shades of Elf Green #1F8E68

Tints of Elf Green #1F8E68

Color information

#1F8E68 (or 0x1F8E68) is unknown color: approx Elf Green. HEX triplet: 1F, 8E and 68. RGB value is (31,142,104). Sum of RGB (Red+Green+Blue) = 31+142+104=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E68 is #E07197. Grayscale: #686868. Windows color (decimal): -14709144 or 6852127. OLE color: 6852127.

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

Color convert

RGB31142104-
CMYK0.7800.270.44
HSL159.46º64.16%33.92%-
HSV(B)159.46º78.17%55.69%-
XYZ12.7420.6416.41-
YUV104.48127.7375.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=11.19%
G=51.26%
B=37.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311421040.7800.270.44159.4664.1633.92
Hex1F8E684E01B2C9f4022
Octal372161501160335423710042
Binary111111000111011010001001110011011101100100111111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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