Shades of Chateau Green #2DB150
Tints of Chateau Green #2DB150
RGB
CMYK
RGB Variations
Color information
#2DB150 (or 0x2DB150) is known color: Chateau Green. HEX triplet: 2D, B1 and 50. RGB value is (45,177,80). Sum of RGB (Red+Green+Blue) = 45+177+80=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 177 (69.53% from 255 or 58.61% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB150 is #D24EAF. Grayscale: #7E7E7E. Windows color (decimal): -13782704 or 5288237. OLE color: 5288237.
HSL color Cylindrical-coordinate representation of color #2DB150: hue angle of 135.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB150 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 80 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.31 |
| HSL | 135.91º | 0.59% | 0.44% | - |
| HSV(B) | 135.91º | 0.75% | 0.69% | - |
| XYZ | 18.25 | 32.58 | 12.92 | - |
| YUV | 126.47 | 101.77 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 80 | 0.75 | 0 | 0.55 | 0.31 | 135.91 | 0.59 | 0.44 |
| Hex | 2D | B1 | 50 | 4B | 0 | 37 | 1F | 88 | 3B | 2C |
| Octal | 55 | 261 | 120 | 113 | 0 | 67 | 37 | 210 | 73 | 54 |
| Binary | 101101 | 10110001 | 1010000 | 1001011 | 0 | 110111 | 11111 | 10001000 | 111011 | 101100 |
Color Harmonies of #2DB150
Complementary color
Monochromatic Colors of #2DB150
Black with #2DB150
Text Example
Text Example
White with #2DB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB150; }
p { color: rgb(45,177,80); }
H1.HeaderClassName
{
color: #2DB150;
}
.AnyTagClassName
{
color: #2DB150;
}
</style>
background-color css
<style>
a { background-color: #2DB150; }
a { background-color: rgb(45,177,80); }
div.DivClassName
{
background-color: #2DB150;
}
.BgClassName
{
background-color: #2DB150;
}
</style>
border-color css
<style>
span { border-color: #2DB150; }
span { border-color: rgb(45,177,80); }
td.TdClassName
{
border-color: #2DB150;
}
.TagClassName
{
border-color: #2DB150;
}
</style>