#1B8E64

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

Shades of Elf Green #1B8E64

Tints of Elf Green #1B8E64

Color information

#1B8E64 (or 0x1B8E64) is unknown color: approx Elf Green. HEX triplet: 1B, 8E and 64. RGB value is (27,142,100). Sum of RGB (Red+Green+Blue) = 27+142+100=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #1B8E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8E64 is #E4719B. Grayscale: #666666. Windows color (decimal): -14971292 or 6589979. OLE color: 6589979.

HSL color Cylindrical-coordinate representation of color #1B8E64: hue angle of 158.09º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8E64 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB27142100-
CMYK0.8100.300.44
HSL158.09º68.05%33.14%-
HSV(B)158.09º80.99%55.69%-
XYZ12.4320.515.36-
YUV102.83126.473.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 142 (55.86% from 255) = 52.79%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=10.04%
G=52.79%
B=37.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271421000.8100.300.44158.0968.0533.14
Hex1B8E645101E2C9e4421
Octal332161441210365423610441
Binary110111000111011001001010001011110101100100111101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,142,100); }

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

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

 a { background-color: rgb(27,142,100); }

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

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

 span { border-color: rgb(27,142,100); }

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