Shades of Chateau Green #2D993F
Tints of Chateau Green #2D993F
RGB
CMYK
RGB Variations
Color information
#2D993F (or 0x2D993F) is known color: Chateau Green. HEX triplet: 2D, 99 and 3F. RGB value is (45,153,63). Sum of RGB (Red+Green+Blue) = 45+153+63=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #2D993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D993F is #D266C0. Grayscale: #6E6E6E. Windows color (decimal): -13788865 or 4167981. OLE color: 4167981.
HSL color Cylindrical-coordinate representation of color #2D993F: hue angle of 130º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D993F is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 63 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.4 |
| HSL | 130º | 0.55% | 0.39% | - |
| HSV(B) | 130º | 0.71% | 0.6% | - |
| XYZ | 13.37 | 23.7 | 8.57 | - |
| YUV | 110.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 63 | 0.71 | 0 | 0.59 | 0.4 | 130 | 0.55 | 0.39 |
| Hex | 2D | 99 | 3F | 47 | 0 | 3B | 28 | 82 | 37 | 27 |
| Octal | 55 | 231 | 77 | 107 | 0 | 73 | 50 | 202 | 67 | 47 |
| Binary | 101101 | 10011001 | 111111 | 1000111 | 0 | 111011 | 101000 | 10000010 | 110111 | 100111 |
Color Harmonies of #2D993F
Complementary color
Monochromatic Colors of #2D993F
Black with #2D993F
Text Example
Text Example
White with #2D993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D993F; }
p { color: rgb(45,153,63); }
H1.HeaderClassName
{
color: #2D993F;
}
.AnyTagClassName
{
color: #2D993F;
}
</style>
background-color css
<style>
a { background-color: #2D993F; }
a { background-color: rgb(45,153,63); }
div.DivClassName
{
background-color: #2D993F;
}
.BgClassName
{
background-color: #2D993F;
}
</style>
border-color css
<style>
span { border-color: #2D993F; }
span { border-color: rgb(45,153,63); }
td.TdClassName
{
border-color: #2D993F;
}
.TagClassName
{
border-color: #2D993F;
}
</style>