Shades of Chateau Green #2DB74E
Tints of Chateau Green #2DB74E
RGB
CMYK
RGB Variations
Color information
#2DB74E (or 0x2DB74E) is known color: Chateau Green. HEX triplet: 2D, B7 and 4E. RGB value is (45,183,78). Sum of RGB (Red+Green+Blue) = 45+183+78=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB74E is #D248B1. Grayscale: #828282. Windows color (decimal): -13781170 or 5158701. OLE color: 5158701.
HSL color Cylindrical-coordinate representation of color #2DB74E: hue angle of 134.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB74E is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 78 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.28 |
| HSL | 134.35º | 0.61% | 0.45% | - |
| HSV(B) | 134.35º | 0.75% | 0.72% | - |
| XYZ | 19.39 | 34.97 | 12.94 | - |
| YUV | 129.77 | 98.78 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 78 | 0.75 | 0 | 0.57 | 0.28 | 134.35 | 0.61 | 0.45 |
| Hex | 2D | B7 | 4E | 4B | 0 | 39 | 1C | 86 | 3D | 2D |
| Octal | 55 | 267 | 116 | 113 | 0 | 71 | 34 | 206 | 75 | 55 |
| Binary | 101101 | 10110111 | 1001110 | 1001011 | 0 | 111001 | 11100 | 10000110 | 111101 | 101101 |
Color Harmonies of #2DB74E
Complementary color
Monochromatic Colors of #2DB74E
Black with #2DB74E
Text Example
Text Example
White with #2DB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB74E; }
p { color: rgb(45,183,78); }
H1.HeaderClassName
{
color: #2DB74E;
}
.AnyTagClassName
{
color: #2DB74E;
}
</style>
background-color css
<style>
a { background-color: #2DB74E; }
a { background-color: rgb(45,183,78); }
div.DivClassName
{
background-color: #2DB74E;
}
.BgClassName
{
background-color: #2DB74E;
}
</style>
border-color css
<style>
span { border-color: #2DB74E; }
span { border-color: rgb(45,183,78); }
td.TdClassName
{
border-color: #2DB74E;
}
.TagClassName
{
border-color: #2DB74E;
}
</style>