Shades of Chateau Green #2DB245
Tints of Chateau Green #2DB245
RGB
CMYK
RGB Variations
Color information
#2DB245 (or 0x2DB245) is known color: Chateau Green. HEX triplet: 2D, B2 and 45. RGB value is (45,178,69). Sum of RGB (Red+Green+Blue) = 45+178+69=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 178 (69.92% from 255 or 60.96% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB245 is #D24DBA. Grayscale: #7E7E7E. Windows color (decimal): -13782459 or 4567597. OLE color: 4567597.
HSL color Cylindrical-coordinate representation of color #2DB245: hue angle of 130.83º 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 #2DB245 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 69 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.30 |
| HSL | 130.83º | 0.6% | 0.44% | - |
| HSV(B) | 130.83º | 0.75% | 0.7% | - |
| XYZ | 18.08 | 32.83 | 11.01 | - |
| YUV | 125.81 | 95.94 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 69 | 0.75 | 0 | 0.61 | 0.30 | 130.83 | 0.6 | 0.44 |
| Hex | 2D | B2 | 45 | 4B | 0 | 3D | 1E | 83 | 3C | 2C |
| Octal | 55 | 262 | 105 | 113 | 0 | 75 | 36 | 203 | 74 | 54 |
| Binary | 101101 | 10110010 | 1000101 | 1001011 | 0 | 111101 | 11110 | 10000011 | 111100 | 101100 |
Color Harmonies of #2DB245
Complementary color
Monochromatic Colors of #2DB245
Black with #2DB245
Text Example
Text Example
White with #2DB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB245; }
p { color: rgb(45,178,69); }
H1.HeaderClassName
{
color: #2DB245;
}
.AnyTagClassName
{
color: #2DB245;
}
</style>
background-color css
<style>
a { background-color: #2DB245; }
a { background-color: rgb(45,178,69); }
div.DivClassName
{
background-color: #2DB245;
}
.BgClassName
{
background-color: #2DB245;
}
</style>
border-color css
<style>
span { border-color: #2DB245; }
span { border-color: rgb(45,178,69); }
td.TdClassName
{
border-color: #2DB245;
}
.TagClassName
{
border-color: #2DB245;
}
</style>