Shades of Chateau Green #2DB44B
Tints of Chateau Green #2DB44B
RGB
CMYK
RGB Variations
Color information
#2DB44B (or 0x2DB44B) is known color: Chateau Green. HEX triplet: 2D, B4 and 4B. RGB value is (45,180,75). Sum of RGB (Red+Green+Blue) = 45+180+75=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB44B is #D24BB4. Grayscale: #7F7F7F. Windows color (decimal): -13781941 or 4961325. OLE color: 4961325.
HSL color Cylindrical-coordinate representation of color #2DB44B: hue angle of 133.33º 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 #2DB44B is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 75 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.29 |
| HSL | 133.33º | 0.6% | 0.44% | - |
| HSV(B) | 133.33º | 0.75% | 0.71% | - |
| XYZ | 18.67 | 33.71 | 12.18 | - |
| YUV | 127.67 | 98.27 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 75 | 0.75 | 0 | 0.58 | 0.29 | 133.33 | 0.6 | 0.44 |
| Hex | 2D | B4 | 4B | 4B | 0 | 3A | 1D | 85 | 3C | 2C |
| Octal | 55 | 264 | 113 | 113 | 0 | 72 | 35 | 205 | 74 | 54 |
| Binary | 101101 | 10110100 | 1001011 | 1001011 | 0 | 111010 | 11101 | 10000101 | 111100 | 101100 |
Color Harmonies of #2DB44B
Complementary color
Monochromatic Colors of #2DB44B
Black with #2DB44B
Text Example
Text Example
White with #2DB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB44B; }
p { color: rgb(45,180,75); }
H1.HeaderClassName
{
color: #2DB44B;
}
.AnyTagClassName
{
color: #2DB44B;
}
</style>
background-color css
<style>
a { background-color: #2DB44B; }
a { background-color: rgb(45,180,75); }
div.DivClassName
{
background-color: #2DB44B;
}
.BgClassName
{
background-color: #2DB44B;
}
</style>
border-color css
<style>
span { border-color: #2DB44B; }
span { border-color: rgb(45,180,75); }
td.TdClassName
{
border-color: #2DB44B;
}
.TagClassName
{
border-color: #2DB44B;
}
</style>