Shades of Chateau Green #2BA63F
Tints of Chateau Green #2BA63F
RGB
CMYK
RGB Variations
Color information
#2BA63F (or 0x2BA63F) is known color: Chateau Green. HEX triplet: 2B, A6 and 3F. RGB value is (43,166,63). Sum of RGB (Red+Green+Blue) = 43+166+63=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 166 (65.23% from 255 or 61.03% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA63F is #D459C0. Grayscale: #757575. Windows color (decimal): -13916609 or 4171307. OLE color: 4171307.
HSL color Cylindrical-coordinate representation of color #2BA63F: hue angle of 129.76º 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 #2BA63F is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 63 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.35 |
| HSL | 129.76º | 0.59% | 0.41% | - |
| HSV(B) | 129.76º | 0.74% | 0.65% | - |
| XYZ | 15.53 | 28.14 | 9.32 | - |
| YUV | 117.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 63 | 0.74 | 0 | 0.62 | 0.35 | 129.76 | 0.59 | 0.41 |
| Hex | 2B | A6 | 3F | 4A | 0 | 3E | 23 | 82 | 3B | 29 |
| Octal | 53 | 246 | 77 | 112 | 0 | 76 | 43 | 202 | 73 | 51 |
| Binary | 101011 | 10100110 | 111111 | 1001010 | 0 | 111110 | 100011 | 10000010 | 111011 | 101001 |
Color Harmonies of #2BA63F
Complementary color
Monochromatic Colors of #2BA63F
Black with #2BA63F
Text Example
Text Example
White with #2BA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA63F; }
p { color: rgb(43,166,63); }
H1.HeaderClassName
{
color: #2BA63F;
}
.AnyTagClassName
{
color: #2BA63F;
}
</style>
background-color css
<style>
a { background-color: #2BA63F; }
a { background-color: rgb(43,166,63); }
div.DivClassName
{
background-color: #2BA63F;
}
.BgClassName
{
background-color: #2BA63F;
}
</style>
border-color css
<style>
span { border-color: #2BA63F; }
span { border-color: rgb(43,166,63); }
td.TdClassName
{
border-color: #2BA63F;
}
.TagClassName
{
border-color: #2BA63F;
}
</style>