Shades of Chateau Green #2BAD40
Tints of Chateau Green #2BAD40
RGB
CMYK
RGB Variations
Color information
#2BAD40 (or 0x2BAD40) is known color: Chateau Green. HEX triplet: 2B, AD and 40. RGB value is (43,173,64). Sum of RGB (Red+Green+Blue) = 43+173+64=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 173 (67.97% from 255 or 61.79% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD40 is #D452BF. Grayscale: #7A7A7A. Windows color (decimal): -13914816 or 4238635. OLE color: 4238635.
HSL color Cylindrical-coordinate representation of color #2BAD40: hue angle of 129.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD40 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 64 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.32 |
| HSL | 129.69º | 0.6% | 0.42% | - |
| HSV(B) | 129.69º | 0.75% | 0.68% | - |
| XYZ | 16.87 | 30.77 | 9.9 | - |
| YUV | 121.7 | 95.43 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 64 | 0.75 | 0 | 0.63 | 0.32 | 129.69 | 0.6 | 0.42 |
| Hex | 2B | AD | 40 | 4B | 0 | 3F | 20 | 82 | 3C | 2A |
| Octal | 53 | 255 | 100 | 113 | 0 | 77 | 40 | 202 | 74 | 52 |
| Binary | 101011 | 10101101 | 1000000 | 1001011 | 0 | 111111 | 100000 | 10000010 | 111100 | 101010 |
Color Harmonies of #2BAD40
Complementary color
Monochromatic Colors of #2BAD40
Black with #2BAD40
Text Example
Text Example
White with #2BAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD40; }
p { color: rgb(43,173,64); }
H1.HeaderClassName
{
color: #2BAD40;
}
.AnyTagClassName
{
color: #2BAD40;
}
</style>
background-color css
<style>
a { background-color: #2BAD40; }
a { background-color: rgb(43,173,64); }
div.DivClassName
{
background-color: #2BAD40;
}
.BgClassName
{
background-color: #2BAD40;
}
</style>
border-color css
<style>
span { border-color: #2BAD40; }
span { border-color: rgb(43,173,64); }
td.TdClassName
{
border-color: #2BAD40;
}
.TagClassName
{
border-color: #2BAD40;
}
</style>