#2BA360

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

Shades of Eucalyptus #2BA360

Tints of Eucalyptus #2BA360

Color information

#2BA360 (or 0x2BA360) is unknown color: approx Eucalyptus. HEX triplet: 2B, A3 and 60. RGB value is (43,163,96). Sum of RGB (Red+Green+Blue) = 43+163+96=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 163 (64.06% from 255 or 53.97% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA360 is #D45C9F. Grayscale: #777777. Windows color (decimal): -13917344 or 6333227. OLE color: 6333227.

HSL color Cylindrical-coordinate representation of color #2BA360: hue angle of 146.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA360 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB4316396-
CMYK0.7400.410.36
HSL146.5º58.25%40.39%-
HSV(B)146.5º73.62%63.92%-
XYZ16.227.5515.53-
YUV119.48114.7473.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.24%
GREEN value IS 163 (64.06% from 255) = 53.97%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=14.24%
G=53.97%
B=31.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43163960.7400.410.36146.558.2540.39
Hex2BA3604A02924923a28
Octal53243140112051442227250
Binary1010111010001111000001001010010100110010010010010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,163,96); }

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

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

 a { background-color: rgb(43,163,96); }

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

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

 span { border-color: rgb(43,163,96); }

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