Shades of Chateau Green #2DB448
Tints of Chateau Green #2DB448
RGB
CMYK
RGB Variations
Color information
#2DB448 (or 0x2DB448) is known color: Chateau Green. HEX triplet: 2D, B4 and 48. RGB value is (45,180,72). Sum of RGB (Red+Green+Blue) = 45+180+72=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB448 is #D24BB7. Grayscale: #7F7F7F. Windows color (decimal): -13781944 or 4764717. OLE color: 4764717.
HSL color Cylindrical-coordinate representation of color #2DB448: hue angle of 132º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB448 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 72 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.29 |
| HSL | 132º | 0.6% | 0.44% | - |
| HSV(B) | 132º | 0.75% | 0.71% | - |
| XYZ | 18.57 | 33.67 | 11.65 | - |
| YUV | 127.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 72 | 0.75 | 0 | 0.60 | 0.29 | 132 | 0.6 | 0.44 |
| Hex | 2D | B4 | 48 | 4B | 0 | 3C | 1D | 84 | 3C | 2C |
| Octal | 55 | 264 | 110 | 113 | 0 | 74 | 35 | 204 | 74 | 54 |
| Binary | 101101 | 10110100 | 1001000 | 1001011 | 0 | 111100 | 11101 | 10000100 | 111100 | 101100 |
Color Harmonies of #2DB448
Complementary color
Monochromatic Colors of #2DB448
Black with #2DB448
Text Example
Text Example
White with #2DB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB448; }
p { color: rgb(45,180,72); }
H1.HeaderClassName
{
color: #2DB448;
}
.AnyTagClassName
{
color: #2DB448;
}
</style>
background-color css
<style>
a { background-color: #2DB448; }
a { background-color: rgb(45,180,72); }
div.DivClassName
{
background-color: #2DB448;
}
.BgClassName
{
background-color: #2DB448;
}
</style>
border-color css
<style>
span { border-color: #2DB448; }
span { border-color: rgb(45,180,72); }
td.TdClassName
{
border-color: #2DB448;
}
.TagClassName
{
border-color: #2DB448;
}
</style>