#1B8B70

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

Shades of Elf Green #1B8B70

Tints of Elf Green #1B8B70

Color information

#1B8B70 (or 0x1B8B70) is unknown color: approx Elf Green. HEX triplet: 1B, 8B and 70. RGB value is (27,139,112). Sum of RGB (Red+Green+Blue) = 27+139+112=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #1B8B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8B70 is #E4748F. Grayscale: #666666. Windows color (decimal): -14972048 or 7375643. OLE color: 7375643.

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

Color convert

RGB27139112-
CMYK0.8100.190.45
HSL165.54º67.47%32.55%-
HSV(B)165.54º80.58%54.51%-
XYZ12.6119.8718.5-
YUV102.43133.3974.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.71%
GREEN value IS 139 (54.69% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=9.71%
G=50%
B=40.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271391120.8100.190.45165.5467.4732.55
Hex1B8B70510132Da64321
Octal332131601210235524610341
Binary110111000101111100001010001010011101101101001101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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