Shades of Chateau Green #2C993E
Tints of Chateau Green #2C993E
RGB
CMYK
RGB Variations
Color information
#2C993E (or 0x2C993E) is known color: Chateau Green. HEX triplet: 2C, 99 and 3E. RGB value is (44,153,62). Sum of RGB (Red+Green+Blue) = 44+153+62=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #2C993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C993E is #D366C1. Grayscale: #6E6E6E. Windows color (decimal): -13854402 or 4102444. OLE color: 4102444.
HSL color Cylindrical-coordinate representation of color #2C993E: hue angle of 129.91º 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 #2C993E is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 153 | 62 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.4 |
| HSL | 129.91º | 0.55% | 0.39% | - |
| HSV(B) | 129.91º | 0.71% | 0.6% | - |
| XYZ | 13.3 | 23.67 | 8.42 | - |
| YUV | 110.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 153 | 62 | 0.71 | 0 | 0.59 | 0.4 | 129.91 | 0.55 | 0.39 |
| Hex | 2C | 99 | 3E | 47 | 0 | 3B | 28 | 82 | 37 | 27 |
| Octal | 54 | 231 | 76 | 107 | 0 | 73 | 50 | 202 | 67 | 47 |
| Binary | 101100 | 10011001 | 111110 | 1000111 | 0 | 111011 | 101000 | 10000010 | 110111 | 100111 |
Color Harmonies of #2C993E
Complementary color
Monochromatic Colors of #2C993E
Black with #2C993E
Text Example
Text Example
White with #2C993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C993E; }
p { color: rgb(44,153,62); }
H1.HeaderClassName
{
color: #2C993E;
}
.AnyTagClassName
{
color: #2C993E;
}
</style>
background-color css
<style>
a { background-color: #2C993E; }
a { background-color: rgb(44,153,62); }
div.DivClassName
{
background-color: #2C993E;
}
.BgClassName
{
background-color: #2C993E;
}
</style>
border-color css
<style>
span { border-color: #2C993E; }
span { border-color: rgb(44,153,62); }
td.TdClassName
{
border-color: #2C993E;
}
.TagClassName
{
border-color: #2C993E;
}
</style>