Shades of Chateau Green #2BAD54
Tints of Chateau Green #2BAD54
RGB
CMYK
RGB Variations
Color information
#2BAD54 (or 0x2BAD54) is known color: Chateau Green. HEX triplet: 2B, AD and 54. RGB value is (43,173,84). Sum of RGB (Red+Green+Blue) = 43+173+84=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD54 is #D452AB. Grayscale: #7C7C7C. Windows color (decimal): -13914796 or 5549355. OLE color: 5549355.
HSL color Cylindrical-coordinate representation of color #2BAD54: hue angle of 138.92º 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 #2BAD54 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 84 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.32 |
| HSL | 138.92º | 0.6% | 0.42% | - |
| HSV(B) | 138.92º | 0.75% | 0.68% | - |
| XYZ | 17.54 | 31.04 | 13.45 | - |
| YUV | 123.98 | 105.43 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 84 | 0.75 | 0 | 0.51 | 0.32 | 138.92 | 0.6 | 0.42 |
| Hex | 2B | AD | 54 | 4B | 0 | 33 | 20 | 8B | 3C | 2A |
| Octal | 53 | 255 | 124 | 113 | 0 | 63 | 40 | 213 | 74 | 52 |
| Binary | 101011 | 10101101 | 1010100 | 1001011 | 0 | 110011 | 100000 | 10001011 | 111100 | 101010 |
Color Harmonies of #2BAD54
Complementary color
Monochromatic Colors of #2BAD54
Black with #2BAD54
Text Example
Text Example
White with #2BAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD54; }
p { color: rgb(43,173,84); }
H1.HeaderClassName
{
color: #2BAD54;
}
.AnyTagClassName
{
color: #2BAD54;
}
</style>
background-color css
<style>
a { background-color: #2BAD54; }
a { background-color: rgb(43,173,84); }
div.DivClassName
{
background-color: #2BAD54;
}
.BgClassName
{
background-color: #2BAD54;
}
</style>
border-color css
<style>
span { border-color: #2BAD54; }
span { border-color: rgb(43,173,84); }
td.TdClassName
{
border-color: #2BAD54;
}
.TagClassName
{
border-color: #2BAD54;
}
</style>