Shades of Chateau Green #2DB348
Tints of Chateau Green #2DB348
RGB
CMYK
RGB Variations
Color information
#2DB348 (or 0x2DB348) is known color: Chateau Green. HEX triplet: 2D, B3 and 48. RGB value is (45,179,72). Sum of RGB (Red+Green+Blue) = 45+179+72=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB348 is #D24CB7. Grayscale: #7F7F7F. Windows color (decimal): -13782200 or 4764461. OLE color: 4764461.
HSL color Cylindrical-coordinate representation of color #2DB348: hue angle of 132.09º 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 #2DB348 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 72 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.30 |
| HSL | 132.09º | 0.6% | 0.44% | - |
| HSV(B) | 132.09º | 0.75% | 0.7% | - |
| XYZ | 18.37 | 33.27 | 11.58 | - |
| YUV | 126.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 72 | 0.75 | 0 | 0.60 | 0.30 | 132.09 | 0.6 | 0.44 |
| Hex | 2D | B3 | 48 | 4B | 0 | 3C | 1E | 84 | 3C | 2C |
| Octal | 55 | 263 | 110 | 113 | 0 | 74 | 36 | 204 | 74 | 54 |
| Binary | 101101 | 10110011 | 1001000 | 1001011 | 0 | 111100 | 11110 | 10000100 | 111100 | 101100 |
Color Harmonies of #2DB348
Complementary color
Monochromatic Colors of #2DB348
Black with #2DB348
Text Example
Text Example
White with #2DB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB348; }
p { color: rgb(45,179,72); }
H1.HeaderClassName
{
color: #2DB348;
}
.AnyTagClassName
{
color: #2DB348;
}
</style>
background-color css
<style>
a { background-color: #2DB348; }
a { background-color: rgb(45,179,72); }
div.DivClassName
{
background-color: #2DB348;
}
.BgClassName
{
background-color: #2DB348;
}
</style>
border-color css
<style>
span { border-color: #2DB348; }
span { border-color: rgb(45,179,72); }
td.TdClassName
{
border-color: #2DB348;
}
.TagClassName
{
border-color: #2DB348;
}
</style>