#1B886D

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

Shades of Elf Green #1B886D

Tints of Elf Green #1B886D

Color information

#1B886D (or 0x1B886D) is unknown color: approx Elf Green. HEX triplet: 1B, 88 and 6D. RGB value is (27,136,109). Sum of RGB (Red+Green+Blue) = 27+136+109=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #1B886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B886D is #E47792. Grayscale: #646464. Windows color (decimal): -14972819 or 7178267. OLE color: 7178267.

HSL color Cylindrical-coordinate representation of color #1B886D: hue angle of 165.14º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B886D is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB27136109-
CMYK0.8000.200.47
HSL165.14º66.87%31.96%-
HSV(B)165.14º80.15%53.33%-
XYZ12.0218.9517.49-
YUV100.33132.8975.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.93%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=9.93%
G=50%
B=40.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal271361090.8000.200.47165.1466.8731.96
Hex1B886D500142Fa54320
Octal332101551200245724510340
Binary110111000100011011011010000010100101111101001011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,136,109); }

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

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

 a { background-color: rgb(27,136,109); }

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

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

 span { border-color: rgb(27,136,109); }

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