#2FA64A

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

Shades of Chateau Green #2FA64A

Tints of Chateau Green #2FA64A

Color information

#2FA64A (or 0x2FA64A) is unknown color: approx Chateau Green. HEX triplet: 2F, A6 and 4A. RGB value is (47,166,74). Sum of RGB (Red+Green+Blue) = 47+166+74=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA64A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA64A is #D059B5. Grayscale: #787878. Windows color (decimal): -13654454 or 4892207. OLE color: 4892207.

HSL color Cylindrical-coordinate representation of color #2FA64A: hue angle of 133.61º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA64A is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB4716674-
CMYK0.7200.550.35
HSL133.61º55.87%41.76%-
HSV(B)133.61º71.69%65.1%-
XYZ16.0428.3711.11-
YUV119.93102.0875.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=16.38%
G=57.84%
B=25.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47166740.7200.550.35133.6155.8741.76
Hex2FA64A480372386382a
Octal57246112110067432067052
Binary1011111010011010010101001000011011110001110000110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,166,74); }

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

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

 a { background-color: rgb(47,166,74); }

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

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

 span { border-color: rgb(47,166,74); }

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