#2FAA41

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

Shades of Chateau Green #2FAA41

Tints of Chateau Green #2FAA41

Color information

#2FAA41 (or 0x2FAA41) is unknown color: approx Chateau Green. HEX triplet: 2F, AA and 41. RGB value is (47,170,65). Sum of RGB (Red+Green+Blue) = 47+170+65=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA41 is #D055BE. Grayscale: #797979. Windows color (decimal): -13653439 or 4303407. OLE color: 4303407.

HSL color Cylindrical-coordinate representation of color #2FAA41: hue angle of 128.78º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA41 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB4717065-
CMYK0.7200.620.33
HSL128.78º56.68%42.55%-
HSV(B)128.78º72.35%66.67%-
XYZ16.529.749.87-
YUV121.2596.2575.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.67%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=16.67%
G=60.28%
B=23.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47170650.7200.620.33128.7856.6842.55
Hex2FAA414803E2181392b
Octal57252101110076412017153
Binary1011111010101010000011001000011111010000110000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,170,65); }

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

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

 a { background-color: rgb(47,170,65); }

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

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

 span { border-color: rgb(47,170,65); }

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