#1B8D66

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

Shades of Elf Green #1B8D66

Tints of Elf Green #1B8D66

Color information

#1B8D66 (or 0x1B8D66) is unknown color: approx Elf Green. HEX triplet: 1B, 8D and 66. RGB value is (27,141,102). Sum of RGB (Red+Green+Blue) = 27+141+102=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8D66 is #E47299. Grayscale: #666666. Windows color (decimal): -14971546 or 6720795. OLE color: 6720795.

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

Color convert

RGB27141102-
CMYK0.8100.280.45
HSL159.47º67.86%32.94%-
HSV(B)159.47º80.85%55.29%-
XYZ12.3820.2415.83-
YUV102.47127.7374.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 141 (55.47% from 255) = 52.22%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=10%
G=52.22%
B=37.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271411020.8100.280.45159.4767.8632.94
Hex1B8D665101C2D9f4421
Octal332151461210345523710441
Binary110111000110111001101010001011100101101100111111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,141,102); }

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

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

 a { background-color: rgb(27,141,102); }

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

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

 span { border-color: rgb(27,141,102); }

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