Shades of Chateau Green #2CB045
Tints of Chateau Green #2CB045
RGB
CMYK
RGB Variations
Color information
#2CB045 (or 0x2CB045) is known color: Chateau Green. HEX triplet: 2C, B0 and 45. RGB value is (44,176,69). Sum of RGB (Red+Green+Blue) = 44+176+69=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB045 is #D34FBA. Grayscale: #7C7C7C. Windows color (decimal): -13848507 or 4567084. OLE color: 4567084.
HSL color Cylindrical-coordinate representation of color #2CB045: hue angle of 131.36º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB045 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 176 | 69 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.31 |
| HSL | 131.36º | 0.6% | 0.43% | - |
| HSV(B) | 131.36º | 0.75% | 0.69% | - |
| XYZ | 17.64 | 32.02 | 10.88 | - |
| YUV | 124.33 | 96.77 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 176 | 69 | 0.75 | 0 | 0.61 | 0.31 | 131.36 | 0.6 | 0.43 |
| Hex | 2C | B0 | 45 | 4B | 0 | 3D | 1F | 83 | 3C | 2B |
| Octal | 54 | 260 | 105 | 113 | 0 | 75 | 37 | 203 | 74 | 53 |
| Binary | 101100 | 10110000 | 1000101 | 1001011 | 0 | 111101 | 11111 | 10000011 | 111100 | 101011 |
Color Harmonies of #2CB045
Complementary color
Monochromatic Colors of #2CB045
Black with #2CB045
Text Example
Text Example
White with #2CB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB045; }
p { color: rgb(44,176,69); }
H1.HeaderClassName
{
color: #2CB045;
}
.AnyTagClassName
{
color: #2CB045;
}
</style>
background-color css
<style>
a { background-color: #2CB045; }
a { background-color: rgb(44,176,69); }
div.DivClassName
{
background-color: #2CB045;
}
.BgClassName
{
background-color: #2CB045;
}
</style>
border-color css
<style>
span { border-color: #2CB045; }
span { border-color: rgb(44,176,69); }
td.TdClassName
{
border-color: #2CB045;
}
.TagClassName
{
border-color: #2CB045;
}
</style>