Html Css Color HEX #2B9860 Eucalyptus

📋 copy color: '#2B9860'

red 43 ◦ green 152 ◦ blue 96

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

Shades of Eucalyptus #2B9860

Tints of Eucalyptus #2B9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.23%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 14.78%
G = 52.23%
B = 32.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#2B9860 (or 0x2B9860) is known color: Eucalyptus. HEX triplet: 2B, 98 and 60. RGB value is (43,152,96). Sum of RGB (Red+Green+Blue) = 43+152+96=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9860 is #D4679F. Grayscale: #717171. Windows color (decimal): -13920160 or 6330411. OLE color: 6330411.

HSL color Cylindrical-coordinate representation of color #2B9860: hue angle of 149.17º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9860 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 96 -
CMYK 0.72 0 0.37 0.40
HSL 149.17º 0.56% 0.38% -
HSV(B) 149.17º 0.72% 0.6% -
XYZ 14.34 23.81 14.91 -
YUV 113.03 118.39 78.05 -
System Red Green Blue C M Y K H S L
Decimal 43 152 96 0.72 0 0.37 0.40 149.17 0.56 0.38
Hex 2B 98 60 48 0 25 28 95 38 26
Octal 53 230 140 110 0 45 50 225 70 46
Binary 101011 10011000 1100000 1001000 0 100101 101000 10010101 111000 100110

Color Harmonies of #2B9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9860

Black with #2B9860

Text Example


Text Example

White with #2B9860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,152,96); }

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

background-color css

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

 a { background-color: rgb(43,152,96); }

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

border-color css

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

 span { border-color: rgb(43,152,96); }

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