Shades of Chateau Green #2DB74D
Tints of Chateau Green #2DB74D
RGB
CMYK
RGB Variations
Color information
#2DB74D (or 0x2DB74D) is known color: Chateau Green. HEX triplet: 2D, B7 and 4D. RGB value is (45,183,77). Sum of RGB (Red+Green+Blue) = 45+183+77=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB74D is #D248B2. Grayscale: #818181. Windows color (decimal): -13781171 or 5093165. OLE color: 5093165.
HSL color Cylindrical-coordinate representation of color #2DB74D: hue angle of 133.91º 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 #2DB74D is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 77 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.28 |
| HSL | 133.91º | 0.61% | 0.45% | - |
| HSV(B) | 133.91º | 0.75% | 0.72% | - |
| XYZ | 19.36 | 34.96 | 12.75 | - |
| YUV | 129.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 77 | 0.75 | 0 | 0.58 | 0.28 | 133.91 | 0.61 | 0.45 |
| Hex | 2D | B7 | 4D | 4B | 0 | 3A | 1C | 86 | 3D | 2D |
| Octal | 55 | 267 | 115 | 113 | 0 | 72 | 34 | 206 | 75 | 55 |
| Binary | 101101 | 10110111 | 1001101 | 1001011 | 0 | 111010 | 11100 | 10000110 | 111101 | 101101 |
Color Harmonies of #2DB74D
Complementary color
Monochromatic Colors of #2DB74D
Black with #2DB74D
Text Example
Text Example
White with #2DB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB74D; }
p { color: rgb(45,183,77); }
H1.HeaderClassName
{
color: #2DB74D;
}
.AnyTagClassName
{
color: #2DB74D;
}
</style>
background-color css
<style>
a { background-color: #2DB74D; }
a { background-color: rgb(45,183,77); }
div.DivClassName
{
background-color: #2DB74D;
}
.BgClassName
{
background-color: #2DB74D;
}
</style>
border-color css
<style>
span { border-color: #2DB74D; }
span { border-color: rgb(45,183,77); }
td.TdClassName
{
border-color: #2DB74D;
}
.TagClassName
{
border-color: #2DB74D;
}
</style>