Shades of Chateau Green #2A9C3F
Tints of Chateau Green #2A9C3F
RGB
CMYK
RGB Variations
Color information
#2A9C3F (or 0x2A9C3F) is known color: Chateau Green. HEX triplet: 2A, 9C and 3F. RGB value is (42,156,63). Sum of RGB (Red+Green+Blue) = 42+156+63=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C3F is #D563C0. Grayscale: #6F6F6F. Windows color (decimal): -13984705 or 4168746. OLE color: 4168746.
HSL color Cylindrical-coordinate representation of color #2A9C3F: hue angle of 131.05º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C3F is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 156 | 63 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.39 |
| HSL | 131.05º | 0.58% | 0.39% | - |
| HSV(B) | 131.05º | 0.73% | 0.61% | - |
| XYZ | 13.74 | 24.63 | 8.73 | - |
| YUV | 111.31 | 100.73 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 156 | 63 | 0.73 | 0 | 0.60 | 0.39 | 131.05 | 0.58 | 0.39 |
| Hex | 2A | 9C | 3F | 49 | 0 | 3C | 27 | 83 | 3A | 27 |
| Octal | 52 | 234 | 77 | 111 | 0 | 74 | 47 | 203 | 72 | 47 |
| Binary | 101010 | 10011100 | 111111 | 1001001 | 0 | 111100 | 100111 | 10000011 | 111010 | 100111 |
Color Harmonies of #2A9C3F
Complementary color
Monochromatic Colors of #2A9C3F
Black with #2A9C3F
Text Example
Text Example
White with #2A9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9C3F; }
p { color: rgb(42,156,63); }
H1.HeaderClassName
{
color: #2A9C3F;
}
.AnyTagClassName
{
color: #2A9C3F;
}
</style>
background-color css
<style>
a { background-color: #2A9C3F; }
a { background-color: rgb(42,156,63); }
div.DivClassName
{
background-color: #2A9C3F;
}
.BgClassName
{
background-color: #2A9C3F;
}
</style>
border-color css
<style>
span { border-color: #2A9C3F; }
span { border-color: rgb(42,156,63); }
td.TdClassName
{
border-color: #2A9C3F;
}
.TagClassName
{
border-color: #2A9C3F;
}
</style>