Shades of Chateau Green #2DB650
Tints of Chateau Green #2DB650
RGB
CMYK
RGB Variations
Color information
#2DB650 (or 0x2DB650) is known color: Chateau Green. HEX triplet: 2D, B6 and 50. RGB value is (45,182,80). Sum of RGB (Red+Green+Blue) = 45+182+80=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB650 is #D249AF. Grayscale: #818181. Windows color (decimal): -13781424 or 5289517. OLE color: 5289517.
HSL color Cylindrical-coordinate representation of color #2DB650: hue angle of 135.33º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB650 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 80 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.29 |
| HSL | 135.33º | 0.6% | 0.45% | - |
| HSV(B) | 135.33º | 0.75% | 0.71% | - |
| XYZ | 19.26 | 34.59 | 13.25 | - |
| YUV | 129.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 80 | 0.75 | 0 | 0.56 | 0.29 | 135.33 | 0.6 | 0.45 |
| Hex | 2D | B6 | 50 | 4B | 0 | 38 | 1D | 87 | 3C | 2D |
| Octal | 55 | 266 | 120 | 113 | 0 | 70 | 35 | 207 | 74 | 55 |
| Binary | 101101 | 10110110 | 1010000 | 1001011 | 0 | 111000 | 11101 | 10000111 | 111100 | 101101 |
Color Harmonies of #2DB650
Complementary color
Monochromatic Colors of #2DB650
Black with #2DB650
Text Example
Text Example
White with #2DB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB650; }
p { color: rgb(45,182,80); }
H1.HeaderClassName
{
color: #2DB650;
}
.AnyTagClassName
{
color: #2DB650;
}
</style>
background-color css
<style>
a { background-color: #2DB650; }
a { background-color: rgb(45,182,80); }
div.DivClassName
{
background-color: #2DB650;
}
.BgClassName
{
background-color: #2DB650;
}
</style>
border-color css
<style>
span { border-color: #2DB650; }
span { border-color: rgb(45,182,80); }
td.TdClassName
{
border-color: #2DB650;
}
.TagClassName
{
border-color: #2DB650;
}
</style>