Html Css Color HEX #2B976E Eucalyptus

📋 copy color: '#2B976E'

red 43 ◦ green 151 ◦ blue 110

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

Shades of Eucalyptus #2B976E

Tints of Eucalyptus #2B976E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 14.14%
G = 49.67%
B = 36.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#2B976E (or 0x2B976E) is known color: Eucalyptus. HEX triplet: 2B, 97 and 6E. RGB value is (43,151,110). Sum of RGB (Red+Green+Blue) = 43+151+110=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #2B976E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B976E is #D46891. Grayscale: #727272. Windows color (decimal): -13920402 or 7247659. OLE color: 7247659.

HSL color Cylindrical-coordinate representation of color #2B976E: hue angle of 157.22º 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 #2B976E is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 151 110 -
CMYK 0.72 0 0.27 0.41
HSL 157.22º 0.56% 0.38% -
HSV(B) 157.22º 0.72% 0.59% -
XYZ 14.88 23.77 18.56 -
YUV 114.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 43 151 110 0.72 0 0.27 0.41 157.22 0.56 0.38
Hex 2B 97 6E 48 0 1B 29 9D 38 26
Octal 53 227 156 110 0 33 51 235 70 46
Binary 101011 10010111 1101110 1001000 0 11011 101001 10011101 111000 100110

Color Harmonies of #2B976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B976E

Black with #2B976E

Text Example


Text Example

White with #2B976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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