Shades of Chateau Green #2DAD4E
Tints of Chateau Green #2DAD4E
RGB
CMYK
RGB Variations
Color information
#2DAD4E (or 0x2DAD4E) is known color: Chateau Green. HEX triplet: 2D, AD and 4E. RGB value is (45,173,78). Sum of RGB (Red+Green+Blue) = 45+173+78=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAD4E is #D252B1. Grayscale: #7C7C7C. Windows color (decimal): -13783730 or 5156141. OLE color: 5156141.
HSL color Cylindrical-coordinate representation of color #2DAD4E: hue angle of 135.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAD4E is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 78 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.32 |
| HSL | 135.47º | 0.59% | 0.43% | - |
| HSV(B) | 135.47º | 0.74% | 0.68% | - |
| XYZ | 17.4 | 31 | 12.27 | - |
| YUV | 123.9 | 102.09 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 78 | 0.74 | 0 | 0.55 | 0.32 | 135.47 | 0.59 | 0.43 |
| Hex | 2D | AD | 4E | 4A | 0 | 37 | 20 | 87 | 3B | 2B |
| Octal | 55 | 255 | 116 | 112 | 0 | 67 | 40 | 207 | 73 | 53 |
| Binary | 101101 | 10101101 | 1001110 | 1001010 | 0 | 110111 | 100000 | 10000111 | 111011 | 101011 |
Color Harmonies of #2DAD4E
Complementary color
Monochromatic Colors of #2DAD4E
Black with #2DAD4E
Text Example
Text Example
White with #2DAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAD4E; }
p { color: rgb(45,173,78); }
H1.HeaderClassName
{
color: #2DAD4E;
}
.AnyTagClassName
{
color: #2DAD4E;
}
</style>
background-color css
<style>
a { background-color: #2DAD4E; }
a { background-color: rgb(45,173,78); }
div.DivClassName
{
background-color: #2DAD4E;
}
.BgClassName
{
background-color: #2DAD4E;
}
</style>
border-color css
<style>
span { border-color: #2DAD4E; }
span { border-color: rgb(45,173,78); }
td.TdClassName
{
border-color: #2DAD4E;
}
.TagClassName
{
border-color: #2DAD4E;
}
</style>