#2B9B58

Color #2B9B58 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2B9B58

Tints of Eucalyptus #2B9B58

Color information

#2B9B58 (or 0x2B9B58) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9B and 58. RGB value is (43,155,88). Sum of RGB (Red+Green+Blue) = 43+155+88=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9B58 is #D464A7. Grayscale: #727272. Windows color (decimal): -13919400 or 5806891. OLE color: 5806891.

HSL color Cylindrical-coordinate representation of color #2B9B58: hue angle of 144.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B58 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB4315588-
CMYK0.7200.430.39
HSL144.11º56.57%38.82%-
HSV(B)144.11º72.26%60.78%-
XYZ14.4824.6613.23-
YUV113.87113.3977.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 155 (60.94% from 255) = 54.20%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=15.03%
G=54.20%
B=30.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43155880.7200.430.39144.1156.5738.82
Hex2B9B584802B27903927
Octal53233130110053472207147
Binary1010111001101110110001001000010101110011110010000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,155,88); }

 H1.HeaderClassName
 {
   color: #2B9B58;
 }
 .AnyTagClassName
 {
   color: #2B9B58;
 }
</style>
background-color css

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

 a { background-color: rgb(43,155,88); }

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

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

 span { border-color: rgb(43,155,88); }

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