Shades of Chateau Green #2FA344
Tints of Chateau Green #2FA344
RGB
CMYK
RGB Variations
Color information
#2FA344 (or 0x2FA344) is known color: Chateau Green. HEX triplet: 2F, A3 and 44. RGB value is (47,163,68). Sum of RGB (Red+Green+Blue) = 47+163+68=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA344 is #D05CBB. Grayscale: #757575. Windows color (decimal): -13655228 or 4498223. OLE color: 4498223.
HSL color Cylindrical-coordinate representation of color #2FA344: hue angle of 130.86º 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 #2FA344 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 68 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.36 |
| HSL | 130.86º | 0.55% | 0.41% | - |
| HSV(B) | 130.86º | 0.71% | 0.64% | - |
| XYZ | 15.31 | 27.22 | 9.92 | - |
| YUV | 117.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 68 | 0.71 | 0 | 0.58 | 0.36 | 130.86 | 0.55 | 0.41 |
| Hex | 2F | A3 | 44 | 47 | 0 | 3A | 24 | 83 | 37 | 29 |
| Octal | 57 | 243 | 104 | 107 | 0 | 72 | 44 | 203 | 67 | 51 |
| Binary | 101111 | 10100011 | 1000100 | 1000111 | 0 | 111010 | 100100 | 10000011 | 110111 | 101001 |
Color Harmonies of #2FA344
Complementary color
Monochromatic Colors of #2FA344
Black with #2FA344
Text Example
Text Example
White with #2FA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA344; }
p { color: rgb(47,163,68); }
H1.HeaderClassName
{
color: #2FA344;
}
.AnyTagClassName
{
color: #2FA344;
}
</style>
background-color css
<style>
a { background-color: #2FA344; }
a { background-color: rgb(47,163,68); }
div.DivClassName
{
background-color: #2FA344;
}
.BgClassName
{
background-color: #2FA344;
}
</style>
border-color css
<style>
span { border-color: #2FA344; }
span { border-color: rgb(47,163,68); }
td.TdClassName
{
border-color: #2FA344;
}
.TagClassName
{
border-color: #2FA344;
}
</style>