Shades of Chateau Green #2BAD4D
Tints of Chateau Green #2BAD4D
RGB
CMYK
RGB Variations
Color information
#2BAD4D (or 0x2BAD4D) is known color: Chateau Green. HEX triplet: 2B, AD and 4D. RGB value is (43,173,77). Sum of RGB (Red+Green+Blue) = 43+173+77=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD4D is #D452B2. Grayscale: #7B7B7B. Windows color (decimal): -13914803 or 5090603. OLE color: 5090603.
HSL color Cylindrical-coordinate representation of color #2BAD4D: hue angle of 135.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 #2BAD4D is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 77 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.32 |
| HSL | 135.69º | 0.6% | 0.42% | - |
| HSV(B) | 135.69º | 0.75% | 0.68% | - |
| XYZ | 17.28 | 30.94 | 12.08 | - |
| YUV | 123.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 77 | 0.75 | 0 | 0.55 | 0.32 | 135.69 | 0.6 | 0.42 |
| Hex | 2B | AD | 4D | 4B | 0 | 37 | 20 | 88 | 3C | 2A |
| Octal | 53 | 255 | 115 | 113 | 0 | 67 | 40 | 210 | 74 | 52 |
| Binary | 101011 | 10101101 | 1001101 | 1001011 | 0 | 110111 | 100000 | 10001000 | 111100 | 101010 |
Color Harmonies of #2BAD4D
Complementary color
Monochromatic Colors of #2BAD4D
Black with #2BAD4D
Text Example
Text Example
White with #2BAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD4D; }
p { color: rgb(43,173,77); }
H1.HeaderClassName
{
color: #2BAD4D;
}
.AnyTagClassName
{
color: #2BAD4D;
}
</style>
background-color css
<style>
a { background-color: #2BAD4D; }
a { background-color: rgb(43,173,77); }
div.DivClassName
{
background-color: #2BAD4D;
}
.BgClassName
{
background-color: #2BAD4D;
}
</style>
border-color css
<style>
span { border-color: #2BAD4D; }
span { border-color: rgb(43,173,77); }
td.TdClassName
{
border-color: #2BAD4D;
}
.TagClassName
{
border-color: #2BAD4D;
}
</style>