#2B9C54

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

Shades of Eucalyptus #2B9C54

Tints of Eucalyptus #2B9C54

Color information

#2B9C54 (or 0x2B9C54) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9C and 54. RGB value is (43,156,84). Sum of RGB (Red+Green+Blue) = 43+156+84=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C54 is #D463AB. Grayscale: #727272. Windows color (decimal): -13919148 or 5545003. OLE color: 5545003.

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

Color convert

RGB4315684-
CMYK0.7200.460.39
HSL141.77º56.78%39.02%-
HSV(B)141.77º72.44%61.18%-
XYZ14.4824.9312.44-
YUV114111.0677.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=15.19%
G=55.12%
B=29.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43156840.7200.460.39141.7756.7839.02
Hex2B9C544802E278e3927
Octal53234124110056472167147
Binary1010111001110010101001001000010111010011110001110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,156,84); }

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

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

 a { background-color: rgb(43,156,84); }

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

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

 span { border-color: rgb(43,156,84); }

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