Html Css Color HEX #2B9559 Eucalyptus

📋 copy color: '#2B9559'

red 43 ◦ green 149 ◦ blue 89

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

Shades of Eucalyptus #2B9559

Tints of Eucalyptus #2B9559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 15.3%
G = 53.02%
B = 31.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#2B9559 (or 0x2B9559) is known color: Eucalyptus. HEX triplet: 2B, 95 and 59. RGB value is (43,149,89). Sum of RGB (Red+Green+Blue) = 43+149+89=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9559 is #D46AA6. Grayscale: #6E6E6E. Windows color (decimal): -13920935 or 5870891. OLE color: 5870891.

HSL color Cylindrical-coordinate representation of color #2B9559: hue angle of 146.04º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9559 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 149 89 -
CMYK 0.71 0 0.40 0.42
HSL 146.04º 0.55% 0.38% -
HSV(B) 146.04º 0.71% 0.58% -
XYZ 13.55 22.73 13.12 -
YUV 110.47 115.88 79.88 -
System Red Green Blue C M Y K H S L
Decimal 43 149 89 0.71 0 0.40 0.42 146.04 0.55 0.38
Hex 2B 95 59 47 0 28 2A 92 37 26
Octal 53 225 131 107 0 50 52 222 67 46
Binary 101011 10010101 1011001 1000111 0 101000 101010 10010010 110111 100110

Color Harmonies of #2B9559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9559

Black with #2B9559

Text Example


Text Example

White with #2B9559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,89); }

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

background-color css

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

 a { background-color: rgb(43,149,89); }

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

border-color css

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

 span { border-color: rgb(43,149,89); }

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