Shades of Chateau Green #2BA04A
Tints of Chateau Green #2BA04A
RGB
CMYK
RGB Variations
Color information
#2BA04A (or 0x2BA04A) is known color: Chateau Green. HEX triplet: 2B, A0 and 4A. RGB value is (43,160,74). Sum of RGB (Red+Green+Blue) = 43+160+74=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA04A is #D45FB5. Grayscale: #737373. Windows color (decimal): -13918134 or 4890667. OLE color: 4890667.
HSL color Cylindrical-coordinate representation of color #2BA04A: hue angle of 135.9º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA04A is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 74 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.37 |
| HSL | 135.9º | 0.58% | 0.4% | - |
| HSV(B) | 135.9º | 0.73% | 0.63% | - |
| XYZ | 14.8 | 26.15 | 10.75 | - |
| YUV | 115.21 | 104.74 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 74 | 0.73 | 0 | 0.54 | 0.37 | 135.9 | 0.58 | 0.4 |
| Hex | 2B | A0 | 4A | 49 | 0 | 36 | 25 | 88 | 3A | 28 |
| Octal | 53 | 240 | 112 | 111 | 0 | 66 | 45 | 210 | 72 | 50 |
| Binary | 101011 | 10100000 | 1001010 | 1001001 | 0 | 110110 | 100101 | 10001000 | 111010 | 101000 |
Color Harmonies of #2BA04A
Complementary color
Monochromatic Colors of #2BA04A
Black with #2BA04A
Text Example
Text Example
White with #2BA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA04A; }
p { color: rgb(43,160,74); }
H1.HeaderClassName
{
color: #2BA04A;
}
.AnyTagClassName
{
color: #2BA04A;
}
</style>
background-color css
<style>
a { background-color: #2BA04A; }
a { background-color: rgb(43,160,74); }
div.DivClassName
{
background-color: #2BA04A;
}
.BgClassName
{
background-color: #2BA04A;
}
</style>
border-color css
<style>
span { border-color: #2BA04A; }
span { border-color: rgb(43,160,74); }
td.TdClassName
{
border-color: #2BA04A;
}
.TagClassName
{
border-color: #2BA04A;
}
</style>