Shades of Chateau Green #2BA04B
Tints of Chateau Green #2BA04B
RGB
CMYK
RGB Variations
Color information
#2BA04B (or 0x2BA04B) is known color: Chateau Green. HEX triplet: 2B, A0 and 4B. RGB value is (43,160,75). Sum of RGB (Red+Green+Blue) = 43+160+75=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA04B is #D45FB4. Grayscale: #737373. Windows color (decimal): -13918133 or 4956203. OLE color: 4956203.
HSL color Cylindrical-coordinate representation of color #2BA04B: hue angle of 136.41º 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 #2BA04B is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 75 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.37 |
| HSL | 136.41º | 0.58% | 0.4% | - |
| HSV(B) | 136.41º | 0.73% | 0.63% | - |
| XYZ | 14.84 | 26.16 | 10.92 | - |
| YUV | 115.33 | 105.24 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 75 | 0.73 | 0 | 0.53 | 0.37 | 136.41 | 0.58 | 0.4 |
| Hex | 2B | A0 | 4B | 49 | 0 | 35 | 25 | 88 | 3A | 28 |
| Octal | 53 | 240 | 113 | 111 | 0 | 65 | 45 | 210 | 72 | 50 |
| Binary | 101011 | 10100000 | 1001011 | 1001001 | 0 | 110101 | 100101 | 10001000 | 111010 | 101000 |
Color Harmonies of #2BA04B
Complementary color
Monochromatic Colors of #2BA04B
Black with #2BA04B
Text Example
Text Example
White with #2BA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA04B; }
p { color: rgb(43,160,75); }
H1.HeaderClassName
{
color: #2BA04B;
}
.AnyTagClassName
{
color: #2BA04B;
}
</style>
background-color css
<style>
a { background-color: #2BA04B; }
a { background-color: rgb(43,160,75); }
div.DivClassName
{
background-color: #2BA04B;
}
.BgClassName
{
background-color: #2BA04B;
}
</style>
border-color css
<style>
span { border-color: #2BA04B; }
span { border-color: rgb(43,160,75); }
td.TdClassName
{
border-color: #2BA04B;
}
.TagClassName
{
border-color: #2BA04B;
}
</style>