Shades of Chateau Green #2CA34A
Tints of Chateau Green #2CA34A
RGB
CMYK
RGB Variations
Color information
#2CA34A (or 0x2CA34A) is known color: Chateau Green. HEX triplet: 2C, A3 and 4A. RGB value is (44,163,74). Sum of RGB (Red+Green+Blue) = 44+163+74=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA34A is #D35CB5. Grayscale: #757575. Windows color (decimal): -13851830 or 4891436. OLE color: 4891436.
HSL color Cylindrical-coordinate representation of color #2CA34A: hue angle of 135.13º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA34A is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 163 | 74 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.36 |
| HSL | 135.13º | 0.57% | 0.41% | - |
| HSV(B) | 135.13º | 0.73% | 0.64% | - |
| XYZ | 15.37 | 27.22 | 10.92 | - |
| YUV | 117.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 163 | 74 | 0.73 | 0 | 0.55 | 0.36 | 135.13 | 0.57 | 0.41 |
| Hex | 2C | A3 | 4A | 49 | 0 | 37 | 24 | 87 | 39 | 29 |
| Octal | 54 | 243 | 112 | 111 | 0 | 67 | 44 | 207 | 71 | 51 |
| Binary | 101100 | 10100011 | 1001010 | 1001001 | 0 | 110111 | 100100 | 10000111 | 111001 | 101001 |
Color Harmonies of #2CA34A
Complementary color
Monochromatic Colors of #2CA34A
Black with #2CA34A
Text Example
Text Example
White with #2CA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA34A; }
p { color: rgb(44,163,74); }
H1.HeaderClassName
{
color: #2CA34A;
}
.AnyTagClassName
{
color: #2CA34A;
}
</style>
background-color css
<style>
a { background-color: #2CA34A; }
a { background-color: rgb(44,163,74); }
div.DivClassName
{
background-color: #2CA34A;
}
.BgClassName
{
background-color: #2CA34A;
}
</style>
border-color css
<style>
span { border-color: #2CA34A; }
span { border-color: rgb(44,163,74); }
td.TdClassName
{
border-color: #2CA34A;
}
.TagClassName
{
border-color: #2CA34A;
}
</style>