Html Css Color HEX #2B9E71 Eucalyptus

📋 copy color: '#2B9E71'

red 43 ◦ green 158 ◦ blue 113

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

Shades of Eucalyptus #2B9E71

Tints of Eucalyptus #2B9E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.32%

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

R = 13.69%
G = 50.32%
B = 35.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#2B9E71 (or 0x2B9E71) is known color: Eucalyptus. HEX triplet: 2B, 9E and 71. RGB value is (43,158,113). Sum of RGB (Red+Green+Blue) = 43+158+113=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E71 is #D4618E. Grayscale: #767676. Windows color (decimal): -13918607 or 7446059. OLE color: 7446059.

HSL color Cylindrical-coordinate representation of color #2B9E71: hue angle of 156.52º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E71 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 158 113 -
CMYK 0.73 0 0.28 0.38
HSL 156.52º 0.57% 0.39% -
HSV(B) 156.52º 0.73% 0.62% -
XYZ 16.2 26.16 19.82 -
YUV 118.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 43 158 113 0.73 0 0.28 0.38 156.52 0.57 0.39
Hex 2B 9E 71 49 0 1C 26 9D 39 27
Octal 53 236 161 111 0 34 46 235 71 47
Binary 101011 10011110 1110001 1001001 0 11100 100110 10011101 111001 100111

Color Harmonies of #2B9E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9E71

Black with #2B9E71

Text Example


Text Example

White with #2B9E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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