Shades of Chateau Green #2F9440
Tints of Chateau Green #2F9440
RGB
CMYK
RGB Variations
Color information
#2F9440 (or 0x2F9440) is known color: Chateau Green. HEX triplet: 2F, 94 and 40. RGB value is (47,148,64). Sum of RGB (Red+Green+Blue) = 47+148+64=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9440 is #D06BBF. Grayscale: #6C6C6C. Windows color (decimal): -13659072 or 4232239. OLE color: 4232239.
HSL color Cylindrical-coordinate representation of color #2F9440: hue angle of 130.1º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9440 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 64 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.42 |
| HSL | 130.1º | 0.52% | 0.38% | - |
| HSV(B) | 130.1º | 0.68% | 0.58% | - |
| XYZ | 12.69 | 22.15 | 8.46 | - |
| YUV | 108.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 64 | 0.68 | 0 | 0.57 | 0.42 | 130.1 | 0.52 | 0.38 |
| Hex | 2F | 94 | 40 | 44 | 0 | 39 | 2A | 82 | 34 | 26 |
| Octal | 57 | 224 | 100 | 104 | 0 | 71 | 52 | 202 | 64 | 46 |
| Binary | 101111 | 10010100 | 1000000 | 1000100 | 0 | 111001 | 101010 | 10000010 | 110100 | 100110 |
Color Harmonies of #2F9440
Complementary color
Monochromatic Colors of #2F9440
Black with #2F9440
Text Example
Text Example
White with #2F9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9440; }
p { color: rgb(47,148,64); }
H1.HeaderClassName
{
color: #2F9440;
}
.AnyTagClassName
{
color: #2F9440;
}
</style>
background-color css
<style>
a { background-color: #2F9440; }
a { background-color: rgb(47,148,64); }
div.DivClassName
{
background-color: #2F9440;
}
.BgClassName
{
background-color: #2F9440;
}
</style>
border-color css
<style>
span { border-color: #2F9440; }
span { border-color: rgb(47,148,64); }
td.TdClassName
{
border-color: #2F9440;
}
.TagClassName
{
border-color: #2F9440;
}
</style>