Html Css Color HEX #2B9E72 Eucalyptus

📋 copy color: '#2B9E72'

red 43 ◦ green 158 ◦ blue 114

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

Shades of Eucalyptus #2B9E72

Tints of Eucalyptus #2B9E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 13.65%
G = 50.16%
B = 36.19%

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

#2B9E72 (or 0x2B9E72) is known color: Eucalyptus. HEX triplet: 2B, 9E and 72. RGB value is (43,158,114). Sum of RGB (Red+Green+Blue) = 43+158+114=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E72 is #D4618D. Grayscale: #767676. Windows color (decimal): -13918606 or 7511595. OLE color: 7511595.

HSL color Cylindrical-coordinate representation of color #2B9E72: hue angle of 157.04º 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 #2B9E72 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 158 114 -
CMYK 0.73 0 0.28 0.38
HSL 157.04º 0.57% 0.39% -
HSV(B) 157.04º 0.73% 0.62% -
XYZ 16.26 26.18 20.12 -
YUV 118.6 125.4 74.08 -
System Red Green Blue C M Y K H S L
Decimal 43 158 114 0.73 0 0.28 0.38 157.04 0.57 0.39
Hex 2B 9E 72 49 0 1C 26 9D 39 27
Octal 53 236 162 111 0 34 46 235 71 47
Binary 101011 10011110 1110010 1001001 0 11100 100110 10011101 111001 100111

Color Harmonies of #2B9E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9E72

Black with #2B9E72

Text Example


Text Example

White with #2B9E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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