#1B8C70

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

Shades of Elf Green #1B8C70

Tints of Elf Green #1B8C70

Color information

#1B8C70 (or 0x1B8C70) is unknown color: approx Elf Green. HEX triplet: 1B, 8C and 70. RGB value is (27,140,112). Sum of RGB (Red+Green+Blue) = 27+140+112=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #1B8C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8C70 is #E4738F. Grayscale: #676767. Windows color (decimal): -14971792 or 7375899. OLE color: 7375899.

HSL color Cylindrical-coordinate representation of color #1B8C70: hue angle of 165.13º 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 #1B8C70 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB27140112-
CMYK0.8100.200.45
HSL165.13º67.66%32.75%-
HSV(B)165.13º80.71%54.9%-
XYZ12.7520.1618.55-
YUV103.02133.0673.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 140 (55.08% from 255) = 50.18%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=9.68%
G=50.18%
B=40.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271401120.8100.200.45165.1367.6632.75
Hex1B8C70510142Da54421
Octal332141601210245524510441
Binary110111000110011100001010001010100101101101001011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,140,112); }

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

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

 a { background-color: rgb(27,140,112); }

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

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

 span { border-color: rgb(27,140,112); }

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