Shades of Chateau Green #2FA441
Tints of Chateau Green #2FA441
RGB
CMYK
RGB Variations
Color information
#2FA441 (or 0x2FA441) is known color: Chateau Green. HEX triplet: 2F, A4 and 41. RGB value is (47,164,65). Sum of RGB (Red+Green+Blue) = 47+164+65=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA441 is #D05BBE. Grayscale: #767676. Windows color (decimal): -13654975 or 4301871. OLE color: 4301871.
HSL color Cylindrical-coordinate representation of color #2FA441: hue angle of 129.23º 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 #2FA441 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 65 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.36 |
| HSL | 129.23º | 0.55% | 0.41% | - |
| HSV(B) | 129.23º | 0.71% | 0.64% | - |
| XYZ | 15.4 | 27.54 | 9.5 | - |
| YUV | 117.73 | 98.24 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 65 | 0.71 | 0 | 0.60 | 0.36 | 129.23 | 0.55 | 0.41 |
| Hex | 2F | A4 | 41 | 47 | 0 | 3C | 24 | 81 | 37 | 29 |
| Octal | 57 | 244 | 101 | 107 | 0 | 74 | 44 | 201 | 67 | 51 |
| Binary | 101111 | 10100100 | 1000001 | 1000111 | 0 | 111100 | 100100 | 10000001 | 110111 | 101001 |
Color Harmonies of #2FA441
Complementary color
Monochromatic Colors of #2FA441
Black with #2FA441
Text Example
Text Example
White with #2FA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA441; }
p { color: rgb(47,164,65); }
H1.HeaderClassName
{
color: #2FA441;
}
.AnyTagClassName
{
color: #2FA441;
}
</style>
background-color css
<style>
a { background-color: #2FA441; }
a { background-color: rgb(47,164,65); }
div.DivClassName
{
background-color: #2FA441;
}
.BgClassName
{
background-color: #2FA441;
}
</style>
border-color css
<style>
span { border-color: #2FA441; }
span { border-color: rgb(47,164,65); }
td.TdClassName
{
border-color: #2FA441;
}
.TagClassName
{
border-color: #2FA441;
}
</style>