Shades of Chateau Green #2CA74F
Tints of Chateau Green #2CA74F
RGB
CMYK
RGB Variations
Color information
#2CA74F (or 0x2CA74F) is known color: Chateau Green. HEX triplet: 2C, A7 and 4F. RGB value is (44,167,79). Sum of RGB (Red+Green+Blue) = 44+167+79=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA74F is #D358B0. Grayscale: #787878. Windows color (decimal): -13850801 or 5220140. OLE color: 5220140.
HSL color Cylindrical-coordinate representation of color #2CA74F: hue angle of 137.07º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA74F is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 167 | 79 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.35 |
| HSL | 137.07º | 0.58% | 0.41% | - |
| HSV(B) | 137.07º | 0.74% | 0.65% | - |
| XYZ | 16.27 | 28.74 | 12.09 | - |
| YUV | 120.19 | 104.75 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 79 | 0.74 | 0 | 0.53 | 0.35 | 137.07 | 0.58 | 0.41 |
| Hex | 2C | A7 | 4F | 4A | 0 | 35 | 23 | 89 | 3A | 29 |
| Octal | 54 | 247 | 117 | 112 | 0 | 65 | 43 | 211 | 72 | 51 |
| Binary | 101100 | 10100111 | 1001111 | 1001010 | 0 | 110101 | 100011 | 10001001 | 111010 | 101001 |
Color Harmonies of #2CA74F
Complementary color
Monochromatic Colors of #2CA74F
Black with #2CA74F
Text Example
Text Example
White with #2CA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA74F; }
p { color: rgb(44,167,79); }
H1.HeaderClassName
{
color: #2CA74F;
}
.AnyTagClassName
{
color: #2CA74F;
}
</style>
background-color css
<style>
a { background-color: #2CA74F; }
a { background-color: rgb(44,167,79); }
div.DivClassName
{
background-color: #2CA74F;
}
.BgClassName
{
background-color: #2CA74F;
}
</style>
border-color css
<style>
span { border-color: #2CA74F; }
span { border-color: rgb(44,167,79); }
td.TdClassName
{
border-color: #2CA74F;
}
.TagClassName
{
border-color: #2CA74F;
}
</style>