#2FA247

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

Shades of Chateau Green #2FA247

Tints of Chateau Green #2FA247

Color information

#2FA247 (or 0x2FA247) is unknown color: approx Chateau Green. HEX triplet: 2F, A2 and 47. RGB value is (47,162,71). Sum of RGB (Red+Green+Blue) = 47+162+71=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA247 is #D05DB8. Grayscale: #757575. Windows color (decimal): -13655481 or 4694575. OLE color: 4694575.

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

Color convert

RGB4716271-
CMYK0.7100.560.36
HSL132.52º55.02%40.98%-
HSV(B)132.52º70.99%63.53%-
XYZ15.2326.910.35-
YUV117.24101.977.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.79%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 71 (28.12% from 255) = 25.36%
R=16.79%
G=57.86%
B=25.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47162710.7100.560.36132.5255.0240.98
Hex2FA2474703824853729
Octal57242107107070442056751
Binary1011111010001010001111000111011100010010010000101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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