#2B8E70

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

Shades of Elf Green #2B8E70

Tints of Elf Green #2B8E70

Color information

#2B8E70 (or 0x2B8E70) is unknown color: approx Elf Green. HEX triplet: 2B, 8E and 70. RGB value is (43,142,112). Sum of RGB (Red+Green+Blue) = 43+142+112=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8E70 is #D4718F. Grayscale: #6D6D6D. Windows color (decimal): -13922704 or 7376427. OLE color: 7376427.

HSL color Cylindrical-coordinate representation of color #2B8E70: hue angle of 161.82º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E70 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB43142112-
CMYK0.7000.210.44
HSL161.82º53.51%36.27%-
HSV(B)161.82º69.72%55.69%-
XYZ13.5921.0318.67-
YUV108.98129.780.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=14.48%
G=47.81%
B=37.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431421120.7000.210.44161.8253.5136.27
Hex2B8E70460152Ca23624
Octal53216160106025542426644
Binary101011100011101110000100011001010110110010100010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B8E70; }

 p { color: rgb(43,142,112); }

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

<style>
 a { background-color: #2B8E70; }

 a { background-color: rgb(43,142,112); }

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

<style>
 span { border-color: #2B8E70; }

 span { border-color: rgb(43,142,112); }

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