Shades of Chateau Green #2DAF50
Tints of Chateau Green #2DAF50
RGB
CMYK
RGB Variations
Color information
#2DAF50 (or 0x2DAF50) is known color: Chateau Green. HEX triplet: 2D, AF and 50. RGB value is (45,175,80). Sum of RGB (Red+Green+Blue) = 45+175+80=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF50 is #D250AF. Grayscale: #7D7D7D. Windows color (decimal): -13783216 or 5287725. OLE color: 5287725.
HSL color Cylindrical-coordinate representation of color #2DAF50: hue angle of 136.15º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF50 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 80 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.31 |
| HSL | 136.15º | 0.59% | 0.43% | - |
| HSV(B) | 136.15º | 0.74% | 0.69% | - |
| XYZ | 17.86 | 31.8 | 12.79 | - |
| YUV | 125.3 | 102.43 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 80 | 0.74 | 0 | 0.54 | 0.31 | 136.15 | 0.59 | 0.43 |
| Hex | 2D | AF | 50 | 4A | 0 | 36 | 1F | 88 | 3B | 2B |
| Octal | 55 | 257 | 120 | 112 | 0 | 66 | 37 | 210 | 73 | 53 |
| Binary | 101101 | 10101111 | 1010000 | 1001010 | 0 | 110110 | 11111 | 10001000 | 111011 | 101011 |
Color Harmonies of #2DAF50
Complementary color
Monochromatic Colors of #2DAF50
Black with #2DAF50
Text Example
Text Example
White with #2DAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF50; }
p { color: rgb(45,175,80); }
H1.HeaderClassName
{
color: #2DAF50;
}
.AnyTagClassName
{
color: #2DAF50;
}
</style>
background-color css
<style>
a { background-color: #2DAF50; }
a { background-color: rgb(45,175,80); }
div.DivClassName
{
background-color: #2DAF50;
}
.BgClassName
{
background-color: #2DAF50;
}
</style>
border-color css
<style>
span { border-color: #2DAF50; }
span { border-color: rgb(45,175,80); }
td.TdClassName
{
border-color: #2DAF50;
}
.TagClassName
{
border-color: #2DAF50;
}
</style>