Shades of Chateau Green #2CB34A
Tints of Chateau Green #2CB34A
RGB
CMYK
RGB Variations
Color information
#2CB34A (or 0x2CB34A) is known color: Chateau Green. HEX triplet: 2C, B3 and 4A. RGB value is (44,179,74). Sum of RGB (Red+Green+Blue) = 44+179+74=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB34A is #D34CB5. Grayscale: #7E7E7E. Windows color (decimal): -13847734 or 4895532. OLE color: 4895532.
HSL color Cylindrical-coordinate representation of color #2CB34A: hue angle of 133.33º 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 #2CB34A is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 74 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.30 |
| HSL | 133.33º | 0.61% | 0.44% | - |
| HSV(B) | 133.33º | 0.75% | 0.7% | - |
| XYZ | 18.39 | 33.27 | 11.93 | - |
| YUV | 126.67 | 98.27 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 74 | 0.75 | 0 | 0.59 | 0.30 | 133.33 | 0.61 | 0.44 |
| Hex | 2C | B3 | 4A | 4B | 0 | 3B | 1E | 85 | 3D | 2C |
| Octal | 54 | 263 | 112 | 113 | 0 | 73 | 36 | 205 | 75 | 54 |
| Binary | 101100 | 10110011 | 1001010 | 1001011 | 0 | 111011 | 11110 | 10000101 | 111101 | 101100 |
Color Harmonies of #2CB34A
Complementary color
Monochromatic Colors of #2CB34A
Black with #2CB34A
Text Example
Text Example
White with #2CB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB34A; }
p { color: rgb(44,179,74); }
H1.HeaderClassName
{
color: #2CB34A;
}
.AnyTagClassName
{
color: #2CB34A;
}
</style>
background-color css
<style>
a { background-color: #2CB34A; }
a { background-color: rgb(44,179,74); }
div.DivClassName
{
background-color: #2CB34A;
}
.BgClassName
{
background-color: #2CB34A;
}
</style>
border-color css
<style>
span { border-color: #2CB34A; }
span { border-color: rgb(44,179,74); }
td.TdClassName
{
border-color: #2CB34A;
}
.TagClassName
{
border-color: #2CB34A;
}
</style>