Shades of Chateau Green #2DBA4F
Tints of Chateau Green #2DBA4F
RGB
CMYK
RGB Variations
Color information
#2DBA4F (or 0x2DBA4F) is known color: Chateau Green. HEX triplet: 2D, BA and 4F. RGB value is (45,186,79). Sum of RGB (Red+Green+Blue) = 45+186+79=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA4F is #D245B0. Grayscale: #838383. Windows color (decimal): -13780401 or 5225005. OLE color: 5225005.
HSL color Cylindrical-coordinate representation of color #2DBA4F: hue angle of 134.47º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBA4F is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 79 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.27 |
| HSL | 134.47º | 0.61% | 0.45% | - |
| HSV(B) | 134.47º | 0.76% | 0.73% | - |
| XYZ | 20.05 | 36.24 | 13.34 | - |
| YUV | 131.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 79 | 0.76 | 0 | 0.58 | 0.27 | 134.47 | 0.61 | 0.45 |
| Hex | 2D | BA | 4F | 4C | 0 | 3A | 1B | 86 | 3D | 2D |
| Octal | 55 | 272 | 117 | 114 | 0 | 72 | 33 | 206 | 75 | 55 |
| Binary | 101101 | 10111010 | 1001111 | 1001100 | 0 | 111010 | 11011 | 10000110 | 111101 | 101101 |
Color Harmonies of #2DBA4F
Complementary color
Monochromatic Colors of #2DBA4F
Black with #2DBA4F
Text Example
Text Example
White with #2DBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA4F; }
p { color: rgb(45,186,79); }
H1.HeaderClassName
{
color: #2DBA4F;
}
.AnyTagClassName
{
color: #2DBA4F;
}
</style>
background-color css
<style>
a { background-color: #2DBA4F; }
a { background-color: rgb(45,186,79); }
div.DivClassName
{
background-color: #2DBA4F;
}
.BgClassName
{
background-color: #2DBA4F;
}
</style>
border-color css
<style>
span { border-color: #2DBA4F; }
span { border-color: rgb(45,186,79); }
td.TdClassName
{
border-color: #2DBA4F;
}
.TagClassName
{
border-color: #2DBA4F;
}
</style>