#2b9d53

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

Shades of Eucalyptus #2B9D53

Tints of Eucalyptus #2B9D53

Color information

#2B9D53 (or 0x2B9D53) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9D and 53. RGB value is (43,157,83). Sum of RGB (Red+Green+Blue) = 43+157+83=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D53 is #D462AC. Grayscale: #727272. Windows color (decimal): -13918893 or 5479723. OLE color: 5479723.

HSL color Cylindrical-coordinate representation of color #2B9D53: hue angle of 141.05º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D53 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB4315783-
CMYK0.7300.470.38
HSL141.05º57%39.22%-
HSV(B)141.05º72.61%61.57%-
XYZ14.6125.2512.29-
YUV114.48110.2377.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 157 (61.72% from 255) = 55.48%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=15.19%
G=55.48%
B=29.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43157830.7300.470.38141.055739.22
Hex2B9D534902F268d3927
Octal53235123111057462157147
Binary1010111001110110100111001001010111110011010001101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b9d53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,157,83); }

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

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

 a { background-color: rgb(43,157,83); }

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

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

 span { border-color: rgb(43,157,83); }

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