#2B9E54

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

Shades of Eucalyptus #2B9E54

Tints of Eucalyptus #2B9E54

Color information

#2B9E54 (or 0x2B9E54) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9E and 54. RGB value is (43,158,84). Sum of RGB (Red+Green+Blue) = 43+158+84=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E54 is #D461AB. Grayscale: #737373. Windows color (decimal): -13918636 or 5545515. OLE color: 5545515.

HSL color Cylindrical-coordinate representation of color #2B9E54: hue angle of 141.39º 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 #2B9E54 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB4315884-
CMYK0.7300.470.38
HSL141.39º57.21%39.41%-
HSV(B)141.39º72.78%61.96%-
XYZ14.8225.6112.55-
YUV115.18110.476.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 158 (62.11% from 255) = 55.44%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=15.09%
G=55.44%
B=29.47%

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
Decimal43158840.7300.470.38141.3957.2139.41
Hex2B9E544902F268d3927
Octal53236124111057462157147
Binary1010111001111010101001001001010111110011010001101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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