Shades of Chateau Green #2DBF52
Tints of Chateau Green #2DBF52
RGB
CMYK
RGB Variations
Color information
#2DBF52 (or 0x2DBF52) is known color: Chateau Green. HEX triplet: 2D, BF and 52. RGB value is (45,191,82). Sum of RGB (Red+Green+Blue) = 45+191+82=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF52 is #D240AD. Grayscale: #878787. Windows color (decimal): -13779118 or 5422893. OLE color: 5422893.
HSL color Cylindrical-coordinate representation of color #2DBF52: hue angle of 135.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF52 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 82 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.25 |
| HSL | 135.21º | 0.62% | 0.46% | - |
| HSV(B) | 135.21º | 0.76% | 0.75% | - |
| XYZ | 21.24 | 38.43 | 14.28 | - |
| YUV | 134.92 | 98.13 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 82 | 0.76 | 0 | 0.57 | 0.25 | 135.21 | 0.62 | 0.46 |
| Hex | 2D | BF | 52 | 4C | 0 | 39 | 19 | 87 | 3E | 2E |
| Octal | 55 | 277 | 122 | 114 | 0 | 71 | 31 | 207 | 76 | 56 |
| Binary | 101101 | 10111111 | 1010010 | 1001100 | 0 | 111001 | 11001 | 10000111 | 111110 | 101110 |
Color Harmonies of #2DBF52
Complementary color
Monochromatic Colors of #2DBF52
Black with #2DBF52
Text Example
Text Example
White with #2DBF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF52; }
p { color: rgb(45,191,82); }
H1.HeaderClassName
{
color: #2DBF52;
}
.AnyTagClassName
{
color: #2DBF52;
}
</style>
background-color css
<style>
a { background-color: #2DBF52; }
a { background-color: rgb(45,191,82); }
div.DivClassName
{
background-color: #2DBF52;
}
.BgClassName
{
background-color: #2DBF52;
}
</style>
border-color css
<style>
span { border-color: #2DBF52; }
span { border-color: rgb(45,191,82); }
td.TdClassName
{
border-color: #2DBF52;
}
.TagClassName
{
border-color: #2DBF52;
}
</style>