Shades of Chateau Green #2BA549
Tints of Chateau Green #2BA549
RGB
CMYK
RGB Variations
Color information
#2BA549 (or 0x2BA549) is known color: Chateau Green. HEX triplet: 2B, A5 and 49. RGB value is (43,165,73). Sum of RGB (Red+Green+Blue) = 43+165+73=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA549 is #D45AB6. Grayscale: #767676. Windows color (decimal): -13916855 or 4826411. OLE color: 4826411.
HSL color Cylindrical-coordinate representation of color #2BA549: hue angle of 134.75º degrees, saturation: 0.59, 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 #2BA549 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 73 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.35 |
| HSL | 134.75º | 0.59% | 0.41% | - |
| HSV(B) | 134.75º | 0.74% | 0.65% | - |
| XYZ | 15.65 | 27.9 | 10.86 | - |
| YUV | 118.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 73 | 0.74 | 0 | 0.56 | 0.35 | 134.75 | 0.59 | 0.41 |
| Hex | 2B | A5 | 49 | 4A | 0 | 38 | 23 | 87 | 3B | 29 |
| Octal | 53 | 245 | 111 | 112 | 0 | 70 | 43 | 207 | 73 | 51 |
| Binary | 101011 | 10100101 | 1001001 | 1001010 | 0 | 111000 | 100011 | 10000111 | 111011 | 101001 |
Color Harmonies of #2BA549
Complementary color
Monochromatic Colors of #2BA549
Black with #2BA549
Text Example
Text Example
White with #2BA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA549; }
p { color: rgb(43,165,73); }
H1.HeaderClassName
{
color: #2BA549;
}
.AnyTagClassName
{
color: #2BA549;
}
</style>
background-color css
<style>
a { background-color: #2BA549; }
a { background-color: rgb(43,165,73); }
div.DivClassName
{
background-color: #2BA549;
}
.BgClassName
{
background-color: #2BA549;
}
</style>
border-color css
<style>
span { border-color: #2BA549; }
span { border-color: rgb(43,165,73); }
td.TdClassName
{
border-color: #2BA549;
}
.TagClassName
{
border-color: #2BA549;
}
</style>