#2BA272

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

Shades of Eucalyptus #2BA272

Tints of Eucalyptus #2BA272

Color information

#2BA272 (or 0x2BA272) is unknown color: approx Eucalyptus. HEX triplet: 2B, A2 and 72. RGB value is (43,162,114). Sum of RGB (Red+Green+Blue) = 43+162+114=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA272 is #D45D8D. Grayscale: #797979. Windows color (decimal): -13917582 or 7512619. OLE color: 7512619.

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

Color convert

RGB43162114-
CMYK0.7300.300.36
HSL155.8º58.05%40.2%-
HSV(B)155.8º73.46%63.53%-
XYZ16.9527.5720.35-
YUV120.95124.0872.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 162 (63.67% from 255) = 50.78%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=13.48%
G=50.78%
B=35.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal431621140.7300.300.36155.858.0540.2
Hex2BA2724901E249c3a28
Octal53242162111036442347250
Binary101011101000101110010100100101111010010010011100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,162,114); }

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

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

 a { background-color: rgb(43,162,114); }

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

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

 span { border-color: rgb(43,162,114); }

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