#2B9C55

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

Shades of Eucalyptus #2B9C55

Tints of Eucalyptus #2B9C55

Color information

#2B9C55 (or 0x2B9C55) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9C and 55. RGB value is (43,156,85). Sum of RGB (Red+Green+Blue) = 43+156+85=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C55 is #D463AA. Grayscale: #727272. Windows color (decimal): -13919147 or 5610539. OLE color: 5610539.

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

Color convert

RGB4315685-
CMYK0.7200.460.39
HSL142.3º56.78%39.02%-
HSV(B)142.3º72.44%61.18%-
XYZ14.5224.9512.64-
YUV114.12111.5677.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 156 (61.33% from 255) = 54.93%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=15.14%
G=54.93%
B=29.93%

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
Decimal43156850.7200.460.39142.356.7839.02
Hex2B9C554802E278e3927
Octal53234125110056472167147
Binary1010111001110010101011001000010111010011110001110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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