Shades of Chateau Green #2DAB4F
Tints of Chateau Green #2DAB4F
RGB
CMYK
RGB Variations
Color information
#2DAB4F (or 0x2DAB4F) is known color: Chateau Green. HEX triplet: 2D, AB and 4F. RGB value is (45,171,79). Sum of RGB (Red+Green+Blue) = 45+171+79=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAB4F is #D254B0. Grayscale: #7B7B7B. Windows color (decimal): -13784241 or 5221165. OLE color: 5221165.
HSL color Cylindrical-coordinate representation of color #2DAB4F: hue angle of 136.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB4F is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 79 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.33 |
| HSL | 136.19º | 0.58% | 0.42% | - |
| HSV(B) | 136.19º | 0.74% | 0.67% | - |
| XYZ | 17.06 | 30.25 | 12.34 | - |
| YUV | 122.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 79 | 0.74 | 0 | 0.54 | 0.33 | 136.19 | 0.58 | 0.42 |
| Hex | 2D | AB | 4F | 4A | 0 | 36 | 21 | 88 | 3A | 2A |
| Octal | 55 | 253 | 117 | 112 | 0 | 66 | 41 | 210 | 72 | 52 |
| Binary | 101101 | 10101011 | 1001111 | 1001010 | 0 | 110110 | 100001 | 10001000 | 111010 | 101010 |
Color Harmonies of #2DAB4F
Complementary color
Monochromatic Colors of #2DAB4F
Black with #2DAB4F
Text Example
Text Example
White with #2DAB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB4F; }
p { color: rgb(45,171,79); }
H1.HeaderClassName
{
color: #2DAB4F;
}
.AnyTagClassName
{
color: #2DAB4F;
}
</style>
background-color css
<style>
a { background-color: #2DAB4F; }
a { background-color: rgb(45,171,79); }
div.DivClassName
{
background-color: #2DAB4F;
}
.BgClassName
{
background-color: #2DAB4F;
}
</style>
border-color css
<style>
span { border-color: #2DAB4F; }
span { border-color: rgb(45,171,79); }
td.TdClassName
{
border-color: #2DAB4F;
}
.TagClassName
{
border-color: #2DAB4F;
}
</style>