Html Css Color HEX #2B976B Eucalyptus

📋 copy color: '#2B976B'

red 43 ◦ green 151 ◦ blue 107

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

Shades of Eucalyptus #2B976B

Tints of Eucalyptus #2B976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 14.29%
G = 50.17%
B = 35.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#2B976B (or 0x2B976B) is known color: Eucalyptus. HEX triplet: 2B, 97 and 6B. RGB value is (43,151,107). Sum of RGB (Red+Green+Blue) = 43+151+107=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #2B976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B976B is #D46894. Grayscale: #717171. Windows color (decimal): -13920405 or 7051051. OLE color: 7051051.

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

Color convert

RGB 43 151 107 -
CMYK 0.72 0 0.29 0.41
HSL 155.56º 0.56% 0.38% -
HSV(B) 155.56º 0.72% 0.59% -
XYZ 14.72 23.71 17.71 -
YUV 113.69 124.22 77.58 -
System Red Green Blue C M Y K H S L
Decimal 43 151 107 0.72 0 0.29 0.41 155.56 0.56 0.38
Hex 2B 97 6B 48 0 1D 29 9C 38 26
Octal 53 227 153 110 0 35 51 234 70 46
Binary 101011 10010111 1101011 1001000 0 11101 101001 10011100 111000 100110

Color Harmonies of #2B976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B976B

Black with #2B976B

Text Example


Text Example

White with #2B976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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