Shades of Chateau Green #2CB34C
Tints of Chateau Green #2CB34C
RGB
CMYK
RGB Variations
Color information
#2CB34C (or 0x2CB34C) is known color: Chateau Green. HEX triplet: 2C, B3 and 4C. RGB value is (44,179,76). Sum of RGB (Red+Green+Blue) = 44+179+76=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB34C is #D34CB3. Grayscale: #7F7F7F. Windows color (decimal): -13847732 or 5026604. OLE color: 5026604.
HSL color Cylindrical-coordinate representation of color #2CB34C: hue angle of 134.22º 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 #2CB34C is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 76 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.30 |
| HSL | 134.22º | 0.61% | 0.44% | - |
| HSV(B) | 134.22º | 0.75% | 0.7% | - |
| XYZ | 18.46 | 33.3 | 12.29 | - |
| YUV | 126.89 | 99.27 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 76 | 0.75 | 0 | 0.58 | 0.30 | 134.22 | 0.61 | 0.44 |
| Hex | 2C | B3 | 4C | 4B | 0 | 3A | 1E | 86 | 3D | 2C |
| Octal | 54 | 263 | 114 | 113 | 0 | 72 | 36 | 206 | 75 | 54 |
| Binary | 101100 | 10110011 | 1001100 | 1001011 | 0 | 111010 | 11110 | 10000110 | 111101 | 101100 |
Color Harmonies of #2CB34C
Complementary color
Monochromatic Colors of #2CB34C
Black with #2CB34C
Text Example
Text Example
White with #2CB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB34C; }
p { color: rgb(44,179,76); }
H1.HeaderClassName
{
color: #2CB34C;
}
.AnyTagClassName
{
color: #2CB34C;
}
</style>
background-color css
<style>
a { background-color: #2CB34C; }
a { background-color: rgb(44,179,76); }
div.DivClassName
{
background-color: #2CB34C;
}
.BgClassName
{
background-color: #2CB34C;
}
</style>
border-color css
<style>
span { border-color: #2CB34C; }
span { border-color: rgb(44,179,76); }
td.TdClassName
{
border-color: #2CB34C;
}
.TagClassName
{
border-color: #2CB34C;
}
</style>