Shades of Chateau Green #2BAD45
Tints of Chateau Green #2BAD45
RGB
CMYK
RGB Variations
Color information
#2BAD45 (or 0x2BAD45) is known color: Chateau Green. HEX triplet: 2B, AD and 45. RGB value is (43,173,69). Sum of RGB (Red+Green+Blue) = 43+173+69=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD45 is #D452BA. Grayscale: #7A7A7A. Windows color (decimal): -13914811 or 4566315. OLE color: 4566315.
HSL color Cylindrical-coordinate representation of color #2BAD45: hue angle of 132º 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 #2BAD45 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 69 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.32 |
| HSL | 132º | 0.6% | 0.42% | - |
| HSV(B) | 132º | 0.75% | 0.68% | - |
| XYZ | 17.01 | 30.83 | 10.68 | - |
| YUV | 122.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 69 | 0.75 | 0 | 0.60 | 0.32 | 132 | 0.6 | 0.42 |
| Hex | 2B | AD | 45 | 4B | 0 | 3C | 20 | 84 | 3C | 2A |
| Octal | 53 | 255 | 105 | 113 | 0 | 74 | 40 | 204 | 74 | 52 |
| Binary | 101011 | 10101101 | 1000101 | 1001011 | 0 | 111100 | 100000 | 10000100 | 111100 | 101010 |
Color Harmonies of #2BAD45
Complementary color
Monochromatic Colors of #2BAD45
Black with #2BAD45
Text Example
Text Example
White with #2BAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD45; }
p { color: rgb(43,173,69); }
H1.HeaderClassName
{
color: #2BAD45;
}
.AnyTagClassName
{
color: #2BAD45;
}
</style>
background-color css
<style>
a { background-color: #2BAD45; }
a { background-color: rgb(43,173,69); }
div.DivClassName
{
background-color: #2BAD45;
}
.BgClassName
{
background-color: #2BAD45;
}
</style>
border-color css
<style>
span { border-color: #2BAD45; }
span { border-color: rgb(43,173,69); }
td.TdClassName
{
border-color: #2BAD45;
}
.TagClassName
{
border-color: #2BAD45;
}
</style>