Shades of Chateau Green #2CB54F
Tints of Chateau Green #2CB54F
RGB
CMYK
RGB Variations
Color information
#2CB54F (or 0x2CB54F) is known color: Chateau Green. HEX triplet: 2C, B5 and 4F. RGB value is (44,181,79). Sum of RGB (Red+Green+Blue) = 44+181+79=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB54F is #D34AB0. Grayscale: #808080. Windows color (decimal): -13847217 or 5223724. OLE color: 5223724.
HSL color Cylindrical-coordinate representation of color #2CB54F: hue angle of 135.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB54F is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 79 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.29 |
| HSL | 135.33º | 0.61% | 0.44% | - |
| HSV(B) | 135.33º | 0.76% | 0.71% | - |
| XYZ | 18.97 | 34.15 | 12.99 | - |
| YUV | 128.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 79 | 0.76 | 0 | 0.56 | 0.29 | 135.33 | 0.61 | 0.44 |
| Hex | 2C | B5 | 4F | 4C | 0 | 38 | 1D | 87 | 3D | 2C |
| Octal | 54 | 265 | 117 | 114 | 0 | 70 | 35 | 207 | 75 | 54 |
| Binary | 101100 | 10110101 | 1001111 | 1001100 | 0 | 111000 | 11101 | 10000111 | 111101 | 101100 |
Color Harmonies of #2CB54F
Complementary color
Monochromatic Colors of #2CB54F
Black with #2CB54F
Text Example
Text Example
White with #2CB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB54F; }
p { color: rgb(44,181,79); }
H1.HeaderClassName
{
color: #2CB54F;
}
.AnyTagClassName
{
color: #2CB54F;
}
</style>
background-color css
<style>
a { background-color: #2CB54F; }
a { background-color: rgb(44,181,79); }
div.DivClassName
{
background-color: #2CB54F;
}
.BgClassName
{
background-color: #2CB54F;
}
</style>
border-color css
<style>
span { border-color: #2CB54F; }
span { border-color: rgb(44,181,79); }
td.TdClassName
{
border-color: #2CB54F;
}
.TagClassName
{
border-color: #2CB54F;
}
</style>