#2FA272

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

Shades of Eucalyptus #2FA272

Tints of Eucalyptus #2FA272

Color information

#2FA272 (or 0x2FA272) is unknown color: approx Eucalyptus. HEX triplet: 2F, A2 and 72. RGB value is (47,162,114). Sum of RGB (Red+Green+Blue) = 47+162+114=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA272 is #D05D8D. Grayscale: #7A7A7A. Windows color (decimal): -13655438 or 7512623. OLE color: 7512623.

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

Color convert

RGB47162114-
CMYK0.7100.300.36
HSL154.96º55.02%40.98%-
HSV(B)154.96º70.99%63.53%-
XYZ17.1327.6620.36-
YUV122.14123.474.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 162 (63.67% from 255) = 50.15%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=14.55%
G=50.15%
B=35.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471621140.7100.300.36154.9655.0240.98
Hex2FA2724701E249b3729
Octal57242162107036442336751
Binary101111101000101110010100011101111010010010011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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