Shades of Chateau Green #2CB350
Tints of Chateau Green #2CB350
RGB
CMYK
RGB Variations
Color information
#2CB350 (or 0x2CB350) is known color: Chateau Green. HEX triplet: 2C, B3 and 50. RGB value is (44,179,80). Sum of RGB (Red+Green+Blue) = 44+179+80=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB350 is #D34CAF. Grayscale: #7F7F7F. Windows color (decimal): -13847728 or 5288748. OLE color: 5288748.
HSL color Cylindrical-coordinate representation of color #2CB350: hue angle of 136º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB350 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 80 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.30 |
| HSL | 136º | 0.61% | 0.44% | - |
| HSV(B) | 136º | 0.75% | 0.7% | - |
| XYZ | 18.61 | 33.35 | 13.05 | - |
| YUV | 127.35 | 101.27 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 80 | 0.75 | 0 | 0.55 | 0.30 | 136 | 0.61 | 0.44 |
| Hex | 2C | B3 | 50 | 4B | 0 | 37 | 1E | 88 | 3D | 2C |
| Octal | 54 | 263 | 120 | 113 | 0 | 67 | 36 | 210 | 75 | 54 |
| Binary | 101100 | 10110011 | 1010000 | 1001011 | 0 | 110111 | 11110 | 10001000 | 111101 | 101100 |
Color Harmonies of #2CB350
Complementary color
Monochromatic Colors of #2CB350
Black with #2CB350
Text Example
Text Example
White with #2CB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB350; }
p { color: rgb(44,179,80); }
H1.HeaderClassName
{
color: #2CB350;
}
.AnyTagClassName
{
color: #2CB350;
}
</style>
background-color css
<style>
a { background-color: #2CB350; }
a { background-color: rgb(44,179,80); }
div.DivClassName
{
background-color: #2CB350;
}
.BgClassName
{
background-color: #2CB350;
}
</style>
border-color css
<style>
span { border-color: #2CB350; }
span { border-color: rgb(44,179,80); }
td.TdClassName
{
border-color: #2CB350;
}
.TagClassName
{
border-color: #2CB350;
}
</style>