Html Css Color HEX #2B976F Eucalyptus

📋 copy color: '#2B976F'

red 43 ◦ green 151 ◦ blue 111

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

Shades of Eucalyptus #2B976F

Tints of Eucalyptus #2B976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 14.1%
G = 49.51%
B = 36.39%

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

#2B976F (or 0x2B976F) is known color: Eucalyptus. HEX triplet: 2B, 97 and 6F. RGB value is (43,151,111). Sum of RGB (Red+Green+Blue) = 43+151+111=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #2B976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B976F is #D46890. Grayscale: #727272. Windows color (decimal): -13920401 or 7313195. OLE color: 7313195.

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

Color convert

RGB 43 151 111 -
CMYK 0.72 0 0.26 0.41
HSL 157.78º 0.56% 0.38% -
HSV(B) 157.78º 0.72% 0.59% -
XYZ 14.93 23.79 18.84 -
YUV 114.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 43 151 111 0.72 0 0.26 0.41 157.78 0.56 0.38
Hex 2B 97 6F 48 0 1A 29 9E 38 26
Octal 53 227 157 110 0 32 51 236 70 46
Binary 101011 10010111 1101111 1001000 0 11010 101001 10011110 111000 100110

Color Harmonies of #2B976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B976F

Black with #2B976F

Text Example


Text Example

White with #2B976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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