Shades of Chateau Green #2CAC54
Tints of Chateau Green #2CAC54
RGB
CMYK
RGB Variations
Color information
#2CAC54 (or 0x2CAC54) is known color: Chateau Green. HEX triplet: 2C, AC and 54. RGB value is (44,172,84). Sum of RGB (Red+Green+Blue) = 44+172+84=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC54 is #D353AB. Grayscale: #7B7B7B. Windows color (decimal): -13849516 or 5549100. OLE color: 5549100.
HSL color Cylindrical-coordinate representation of color #2CAC54: hue angle of 138.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC54 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 84 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.33 |
| HSL | 138.75º | 0.59% | 0.42% | - |
| HSV(B) | 138.75º | 0.74% | 0.67% | - |
| XYZ | 17.39 | 30.68 | 13.39 | - |
| YUV | 123.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 84 | 0.74 | 0 | 0.51 | 0.33 | 138.75 | 0.59 | 0.42 |
| Hex | 2C | AC | 54 | 4A | 0 | 33 | 21 | 8B | 3B | 2A |
| Octal | 54 | 254 | 124 | 112 | 0 | 63 | 41 | 213 | 73 | 52 |
| Binary | 101100 | 10101100 | 1010100 | 1001010 | 0 | 110011 | 100001 | 10001011 | 111011 | 101010 |
Color Harmonies of #2CAC54
Complementary color
Monochromatic Colors of #2CAC54
Black with #2CAC54
Text Example
Text Example
White with #2CAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC54; }
p { color: rgb(44,172,84); }
H1.HeaderClassName
{
color: #2CAC54;
}
.AnyTagClassName
{
color: #2CAC54;
}
</style>
background-color css
<style>
a { background-color: #2CAC54; }
a { background-color: rgb(44,172,84); }
div.DivClassName
{
background-color: #2CAC54;
}
.BgClassName
{
background-color: #2CAC54;
}
</style>
border-color css
<style>
span { border-color: #2CAC54; }
span { border-color: rgb(44,172,84); }
td.TdClassName
{
border-color: #2CAC54;
}
.TagClassName
{
border-color: #2CAC54;
}
</style>