Html Css Color HEX #2B9770 Elf Green

📋 copy color: '#2B9770'

red 43 ◦ green 151 ◦ blue 112

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

Shades of Elf Green #2B9770

Tints of Elf Green #2B9770

RGB

 RED value IS 43 (17.19% from 255) = 14.05%

 GREEN value IS 151 (59.38% from 255) = 49.35%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 14.05%
G = 49.35%
B = 36.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#2B9770 (or 0x2B9770) is known color: Elf Green. HEX triplet: 2B, 97 and 70. RGB value is (43,151,112). Sum of RGB (Red+Green+Blue) = 43+151+112=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #2B9770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9770 is #D4688F. Grayscale: #727272. Windows color (decimal): -13920400 or 7378731. OLE color: 7378731.

HSL color Cylindrical-coordinate representation of color #2B9770: hue angle of 158.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9770 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 151 112 -
CMYK 0.72 0 0.26 0.41
HSL 158.33º 0.56% 0.38% -
HSV(B) 158.33º 0.72% 0.59% -
XYZ 14.99 23.82 19.14 -
YUV 114.26 126.72 77.17 -
System Red Green Blue C M Y K H S L
Decimal 43 151 112 0.72 0 0.26 0.41 158.33 0.56 0.38
Hex 2B 97 70 48 0 1A 29 9E 38 26
Octal 53 227 160 110 0 32 51 236 70 46
Binary 101011 10010111 1110000 1001000 0 11010 101001 10011110 111000 100110

Color Harmonies of #2B9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9770

Black with #2B9770

Text Example


Text Example

White with #2B9770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B9770;
 }
 .AnyTagClassName
 {
   color: #2B9770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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