#2B9570

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

Shades of Elf Green #2B9570

Tints of Elf Green #2B9570

Color information

#2B9570 (or 0x2B9570) is unknown color: approx Elf Green. HEX triplet: 2B, 95 and 70. RGB value is (43,149,112). Sum of RGB (Red+Green+Blue) = 43+149+112=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9570 is #D46A8F. Grayscale: #717171. Windows color (decimal): -13920912 or 7378219. OLE color: 7378219.

HSL color Cylindrical-coordinate representation of color #2B9570: hue angle of 159.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9570 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB43149112-
CMYK0.7100.250.42
HSL159.06º55.21%37.65%-
HSV(B)159.06º71.14%58.43%-
XYZ14.6723.1819.03-
YUV113.09127.3878.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=14.14%
G=49.01%
B=36.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431491120.7100.250.42159.0655.2137.65
Hex2B9570470192A9f3726
Octal53225160107031522376746
Binary101011100101011110000100011101100110101010011111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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