#2FA040

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

Shades of Chateau Green #2FA040

Tints of Chateau Green #2FA040

Color information

#2FA040 (or 0x2FA040) is unknown color: approx Chateau Green. HEX triplet: 2F, A0 and 40. RGB value is (47,160,64). Sum of RGB (Red+Green+Blue) = 47+160+64=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA040 is #D05FBF. Grayscale: #737373. Windows color (decimal): -13656000 or 4235311. OLE color: 4235311.

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

Color convert

RGB4716064-
CMYK0.7100.60.37
HSL129.03º54.59%40.59%-
HSV(B)129.03º70.63%62.75%-
XYZ14.6726.129.12-
YUV115.2799.0679.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 160 (62.89% from 255) = 59.04%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=17.34%
G=59.04%
B=23.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47160640.7100.60.37129.0354.5940.59
Hex2FA0404703C25813729
Octal57240100107074452016751
Binary1011111010000010000001000111011110010010110000001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,160,64); }

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

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

 a { background-color: rgb(47,160,64); }

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

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

 span { border-color: rgb(47,160,64); }

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