Shades of Chateau Green #2A9D42
Tints of Chateau Green #2A9D42
RGB
CMYK
RGB Variations
Color information
#2A9D42 (or 0x2A9D42) is known color: Chateau Green. HEX triplet: 2A, 9D and 42. RGB value is (42,157,66). Sum of RGB (Red+Green+Blue) = 42+157+66=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 157 (61.72% from 255 or 59.25% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9D42 is #D562BD. Grayscale: #707070. Windows color (decimal): -13984446 or 4365610. OLE color: 4365610.
HSL color Cylindrical-coordinate representation of color #2A9D42: hue angle of 132.52º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D42 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 157 | 66 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.38 |
| HSL | 132.52º | 0.58% | 0.39% | - |
| HSV(B) | 132.52º | 0.73% | 0.62% | - |
| XYZ | 14 | 25 | 9.24 | - |
| YUV | 112.24 | 101.9 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 66 | 0.73 | 0 | 0.58 | 0.38 | 132.52 | 0.58 | 0.39 |
| Hex | 2A | 9D | 42 | 49 | 0 | 3A | 26 | 85 | 3A | 27 |
| Octal | 52 | 235 | 102 | 111 | 0 | 72 | 46 | 205 | 72 | 47 |
| Binary | 101010 | 10011101 | 1000010 | 1001001 | 0 | 111010 | 100110 | 10000101 | 111010 | 100111 |
Color Harmonies of #2A9D42
Complementary color
Monochromatic Colors of #2A9D42
Black with #2A9D42
Text Example
Text Example
White with #2A9D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9D42; }
p { color: rgb(42,157,66); }
H1.HeaderClassName
{
color: #2A9D42;
}
.AnyTagClassName
{
color: #2A9D42;
}
</style>
background-color css
<style>
a { background-color: #2A9D42; }
a { background-color: rgb(42,157,66); }
div.DivClassName
{
background-color: #2A9D42;
}
.BgClassName
{
background-color: #2A9D42;
}
</style>
border-color css
<style>
span { border-color: #2A9D42; }
span { border-color: rgb(42,157,66); }
td.TdClassName
{
border-color: #2A9D42;
}
.TagClassName
{
border-color: #2A9D42;
}
</style>