Shades of Chateau Green #2BA943
Tints of Chateau Green #2BA943
RGB
CMYK
RGB Variations
Color information
#2BA943 (or 0x2BA943) is known color: Chateau Green. HEX triplet: 2B, A9 and 43. RGB value is (43,169,67). Sum of RGB (Red+Green+Blue) = 43+169+67=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA943 is #D456BC. Grayscale: #777777. Windows color (decimal): -13915837 or 4434219. OLE color: 4434219.
HSL color Cylindrical-coordinate representation of color #2BA943: hue angle of 131.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA943 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 67 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.34 |
| HSL | 131.43º | 0.59% | 0.42% | - |
| HSV(B) | 131.43º | 0.75% | 0.66% | - |
| XYZ | 16.2 | 29.29 | 10.11 | - |
| YUV | 119.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 67 | 0.75 | 0 | 0.60 | 0.34 | 131.43 | 0.59 | 0.42 |
| Hex | 2B | A9 | 43 | 4B | 0 | 3C | 22 | 83 | 3B | 2A |
| Octal | 53 | 251 | 103 | 113 | 0 | 74 | 42 | 203 | 73 | 52 |
| Binary | 101011 | 10101001 | 1000011 | 1001011 | 0 | 111100 | 100010 | 10000011 | 111011 | 101010 |
Color Harmonies of #2BA943
Complementary color
Monochromatic Colors of #2BA943
Black with #2BA943
Text Example
Text Example
White with #2BA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA943; }
p { color: rgb(43,169,67); }
H1.HeaderClassName
{
color: #2BA943;
}
.AnyTagClassName
{
color: #2BA943;
}
</style>
background-color css
<style>
a { background-color: #2BA943; }
a { background-color: rgb(43,169,67); }
div.DivClassName
{
background-color: #2BA943;
}
.BgClassName
{
background-color: #2BA943;
}
</style>
border-color css
<style>
span { border-color: #2BA943; }
span { border-color: rgb(43,169,67); }
td.TdClassName
{
border-color: #2BA943;
}
.TagClassName
{
border-color: #2BA943;
}
</style>