#1B866E

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

Shades of Elf Green #1B866E

Tints of Elf Green #1B866E

Color information

#1B866E (or 0x1B866E) is unknown color: approx Elf Green. HEX triplet: 1B, 86 and 6E. RGB value is (27,134,110). Sum of RGB (Red+Green+Blue) = 27+134+110=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #1B866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B866E is #E47991. Grayscale: #636363. Windows color (decimal): -14973330 or 7243291. OLE color: 7243291.

HSL color Cylindrical-coordinate representation of color #1B866E: hue angle of 166.54º degrees, saturation: 0.66, 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 #1B866E is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB27134110-
CMYK0.8000.180.47
HSL166.54º66.46%31.57%-
HSV(B)166.54º79.85%52.55%-
XYZ11.7918.4117.68-
YUV99.27134.0576.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=9.96%
G=49.45%
B=40.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal271341100.8000.180.47166.5466.4631.57
Hex1B866E500122Fa74220
Octal332061561200225724710240
Binary110111000011011011101010000010010101111101001111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,134,110); }

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

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

 a { background-color: rgb(27,134,110); }

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

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

 span { border-color: rgb(27,134,110); }

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