Shades of Chateau Green #2DB24F
Tints of Chateau Green #2DB24F
RGB
CMYK
RGB Variations
Color information
#2DB24F (or 0x2DB24F) is known color: Chateau Green. HEX triplet: 2D, B2 and 4F. RGB value is (45,178,79). Sum of RGB (Red+Green+Blue) = 45+178+79=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB24F is #D24DB0. Grayscale: #7F7F7F. Windows color (decimal): -13782449 or 5222957. OLE color: 5222957.
HSL color Cylindrical-coordinate representation of color #2DB24F: hue angle of 135.34º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB24F is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 79 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.30 |
| HSL | 135.34º | 0.6% | 0.44% | - |
| HSV(B) | 135.34º | 0.75% | 0.7% | - |
| XYZ | 18.41 | 32.96 | 12.79 | - |
| YUV | 126.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 79 | 0.75 | 0 | 0.56 | 0.30 | 135.34 | 0.6 | 0.44 |
| Hex | 2D | B2 | 4F | 4B | 0 | 38 | 1E | 87 | 3C | 2C |
| Octal | 55 | 262 | 117 | 113 | 0 | 70 | 36 | 207 | 74 | 54 |
| Binary | 101101 | 10110010 | 1001111 | 1001011 | 0 | 111000 | 11110 | 10000111 | 111100 | 101100 |
Color Harmonies of #2DB24F
Complementary color
Monochromatic Colors of #2DB24F
Black with #2DB24F
Text Example
Text Example
White with #2DB24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB24F; }
p { color: rgb(45,178,79); }
H1.HeaderClassName
{
color: #2DB24F;
}
.AnyTagClassName
{
color: #2DB24F;
}
</style>
background-color css
<style>
a { background-color: #2DB24F; }
a { background-color: rgb(45,178,79); }
div.DivClassName
{
background-color: #2DB24F;
}
.BgClassName
{
background-color: #2DB24F;
}
</style>
border-color css
<style>
span { border-color: #2DB24F; }
span { border-color: rgb(45,178,79); }
td.TdClassName
{
border-color: #2DB24F;
}
.TagClassName
{
border-color: #2DB24F;
}
</style>