#2B9170

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

Shades of Elf Green #2B9170

Tints of Elf Green #2B9170

Color information

#2B9170 (or 0x2B9170) is unknown color: approx Elf Green. HEX triplet: 2B, 91 and 70. RGB value is (43,145,112). Sum of RGB (Red+Green+Blue) = 43+145+112=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9170 is #D46E8F. Grayscale: #6E6E6E. Windows color (decimal): -13921936 or 7377195. OLE color: 7377195.

HSL color Cylindrical-coordinate representation of color #2B9170: hue angle of 160.59º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9170 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB43145112-
CMYK0.7000.230.43
HSL160.59º54.26%36.86%-
HSV(B)160.59º70.34%56.86%-
XYZ14.0521.9318.82-
YUV110.74128.7179.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=14.33%
G=48.33%
B=37.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431451120.7000.230.43160.5954.2636.86
Hex2B9170460172Ba13625
Octal53221160106027532416645
Binary101011100100011110000100011001011110101110100001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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