#2fa64f

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

Shades of Chateau Green #2FA64F

Tints of Chateau Green #2FA64F

Color information

#2FA64F (or 0x2FA64F) is unknown color: approx Chateau Green. HEX triplet: 2F, A6 and 4F. RGB value is (47,166,79). Sum of RGB (Red+Green+Blue) = 47+166+79=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA64F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA64F is #D059B0. Grayscale: #787878. Windows color (decimal): -13654449 or 5219887. OLE color: 5219887.

HSL color Cylindrical-coordinate representation of color #2FA64F: hue angle of 136.13º 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 #2FA64F is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB4716679-
CMYK0.7200.520.35
HSL136.13º55.87%41.76%-
HSV(B)136.13º71.69%65.1%-
XYZ16.2228.4412.03-
YUV120.5104.5875.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 166 (65.23% from 255) = 56.85%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=16.10%
G=56.85%
B=27.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47166790.7200.520.35136.1355.8741.76
Hex2FA64F480342388382a
Octal57246117110064432107052
Binary1011111010011010011111001000011010010001110001000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa64f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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