Shades of Chateau Green #2BA83F
Tints of Chateau Green #2BA83F
RGB
CMYK
RGB Variations
Color information
#2BA83F (or 0x2BA83F) is known color: Chateau Green. HEX triplet: 2B, A8 and 3F. RGB value is (43,168,63). Sum of RGB (Red+Green+Blue) = 43+168+63=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 168 (66.02% from 255 or 61.31% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA83F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA83F is #D457C0. Grayscale: #767676. Windows color (decimal): -13916097 or 4171819. OLE color: 4171819.
HSL color Cylindrical-coordinate representation of color #2BA83F: hue angle of 129.6º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA83F is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 63 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.34 |
| HSL | 129.6º | 0.59% | 0.41% | - |
| HSV(B) | 129.6º | 0.74% | 0.66% | - |
| XYZ | 15.9 | 28.88 | 9.44 | - |
| YUV | 118.66 | 96.59 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 63 | 0.74 | 0 | 0.63 | 0.34 | 129.6 | 0.59 | 0.41 |
| Hex | 2B | A8 | 3F | 4A | 0 | 3F | 22 | 82 | 3B | 29 |
| Octal | 53 | 250 | 77 | 112 | 0 | 77 | 42 | 202 | 73 | 51 |
| Binary | 101011 | 10101000 | 111111 | 1001010 | 0 | 111111 | 100010 | 10000010 | 111011 | 101001 |
Color Harmonies of #2BA83F
Complementary color
Monochromatic Colors of #2BA83F
Black with #2BA83F
Text Example
Text Example
White with #2BA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA83F; }
p { color: rgb(43,168,63); }
H1.HeaderClassName
{
color: #2BA83F;
}
.AnyTagClassName
{
color: #2BA83F;
}
</style>
background-color css
<style>
a { background-color: #2BA83F; }
a { background-color: rgb(43,168,63); }
div.DivClassName
{
background-color: #2BA83F;
}
.BgClassName
{
background-color: #2BA83F;
}
</style>
border-color css
<style>
span { border-color: #2BA83F; }
span { border-color: rgb(43,168,63); }
td.TdClassName
{
border-color: #2BA83F;
}
.TagClassName
{
border-color: #2BA83F;
}
</style>