Shades of Chateau Green #2FA543
Tints of Chateau Green #2FA543
RGB
CMYK
RGB Variations
Color information
#2FA543 (or 0x2FA543) is known color: Chateau Green. HEX triplet: 2F, A5 and 43. RGB value is (47,165,67). Sum of RGB (Red+Green+Blue) = 47+165+67=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA543 is #D05ABC. Grayscale: #767676. Windows color (decimal): -13654717 or 4433199. OLE color: 4433199.
HSL color Cylindrical-coordinate representation of color #2FA543: hue angle of 130.17º 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 #2FA543 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 67 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.35 |
| HSL | 130.17º | 0.56% | 0.42% | - |
| HSV(B) | 130.17º | 0.72% | 0.65% | - |
| XYZ | 15.64 | 27.92 | 9.87 | - |
| YUV | 118.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 67 | 0.72 | 0 | 0.59 | 0.35 | 130.17 | 0.56 | 0.42 |
| Hex | 2F | A5 | 43 | 48 | 0 | 3B | 23 | 82 | 38 | 2A |
| Octal | 57 | 245 | 103 | 110 | 0 | 73 | 43 | 202 | 70 | 52 |
| Binary | 101111 | 10100101 | 1000011 | 1001000 | 0 | 111011 | 100011 | 10000010 | 111000 | 101010 |
Color Harmonies of #2FA543
Complementary color
Monochromatic Colors of #2FA543
Black with #2FA543
Text Example
Text Example
White with #2FA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA543; }
p { color: rgb(47,165,67); }
H1.HeaderClassName
{
color: #2FA543;
}
.AnyTagClassName
{
color: #2FA543;
}
</style>
background-color css
<style>
a { background-color: #2FA543; }
a { background-color: rgb(47,165,67); }
div.DivClassName
{
background-color: #2FA543;
}
.BgClassName
{
background-color: #2FA543;
}
</style>
border-color css
<style>
span { border-color: #2FA543; }
span { border-color: rgb(47,165,67); }
td.TdClassName
{
border-color: #2FA543;
}
.TagClassName
{
border-color: #2FA543;
}
</style>