#2FA046

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

Shades of Chateau Green #2FA046

Tints of Chateau Green #2FA046

Color information

#2FA046 (or 0x2FA046) is unknown color: approx Chateau Green. HEX triplet: 2F, A0 and 46. RGB value is (47,160,70). Sum of RGB (Red+Green+Blue) = 47+160+70=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA046 is #D05FB9. Grayscale: #747474. Windows color (decimal): -13655994 or 4628527. OLE color: 4628527.

HSL color Cylindrical-coordinate representation of color #2FA046: hue angle of 132.21º 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 #2FA046 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB4716070-
CMYK0.7100.560.37
HSL132.21º54.59%40.59%-
HSV(B)132.21º70.63%62.75%-
XYZ14.8526.1910.07-
YUV115.95102.0678.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 160 (62.89% from 255) = 57.76%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=16.97%
G=57.76%
B=25.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47160700.7100.560.37132.2154.5940.59
Hex2FA0464703825843729
Octal57240106107070452046751
Binary1011111010000010001101000111011100010010110000100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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