Html Css Color HEX #2B9570 Elf Green

📋 copy color: '#2B9570'

red 43 ◦ green 149 ◦ blue 112

#2B9570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #2B9570

Tints of Elf Green #2B9570

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 value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#2B9570 (or 0x2B9570) is known color: 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

RGB 43 149 112 -
CMYK 0.71 0 0.25 0.42
HSL 159.06º 0.55% 0.38% -
HSV(B) 159.06º 0.71% 0.58% -
XYZ 14.67 23.18 19.03 -
YUV 113.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 43 149 112 0.71 0 0.25 0.42 159.06 0.55 0.38
Hex 2B 95 70 47 0 19 2A 9F 37 26
Octal 53 225 160 107 0 31 52 237 67 46
Binary 101011 10010101 1110000 1000111 0 11001 101010 10011111 110111 100110

Color Harmonies of #2B9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9570

Black with #2B9570

Text Example


Text Example

White with #2B9570

Text Example


Text Example

HTML Codes & Css Web 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>