Html Css Color HEX #2B9071 Elf Green

📋 copy color: '#2B9071'

red 43 ◦ green 144 ◦ blue 113

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

Shades of Elf Green #2B9071

Tints of Elf Green #2B9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48%

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 14.33%
G = 48%
B = 37.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#2B9071 (or 0x2B9071) is known color: Elf Green. HEX triplet: 2B, 90 and 71. RGB value is (43,144,113). Sum of RGB (Red+Green+Blue) = 43+144+113=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9071 is #D46F8E. Grayscale: #6E6E6E. Windows color (decimal): -13922191 or 7442475. OLE color: 7442475.

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

Color convert

RGB 43 144 113 -
CMYK 0.70 0 0.22 0.44
HSL 161.58º 0.54% 0.37% -
HSV(B) 161.58º 0.7% 0.56% -
XYZ 13.95 21.65 19.07 -
YUV 110.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 43 144 113 0.70 0 0.22 0.44 161.58 0.54 0.37
Hex 2B 90 71 46 0 16 2C A2 36 25
Octal 53 220 161 106 0 26 54 242 66 45
Binary 101011 10010000 1110001 1000110 0 10110 101100 10100010 110110 100101

Color Harmonies of #2B9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9071

Black with #2B9071

Text Example


Text Example

White with #2B9071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,144,113); }

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

background-color css

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

 a { background-color: rgb(43,144,113); }

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

border-color css

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

 span { border-color: rgb(43,144,113); }

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