Shades of Chateau Green #2BAB4D
Tints of Chateau Green #2BAB4D
RGB
CMYK
RGB Variations
Color information
#2BAB4D (or 0x2BAB4D) is known color: Chateau Green. HEX triplet: 2B, AB and 4D. RGB value is (43,171,77). Sum of RGB (Red+Green+Blue) = 43+171+77=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB4D is #D454B2. Grayscale: #7A7A7A. Windows color (decimal): -13915315 or 5090091. OLE color: 5090091.
HSL color Cylindrical-coordinate representation of color #2BAB4D: hue angle of 135.94º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB4D is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 77 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.33 |
| HSL | 135.94º | 0.6% | 0.42% | - |
| HSV(B) | 135.94º | 0.75% | 0.67% | - |
| XYZ | 16.9 | 30.18 | 11.95 | - |
| YUV | 122.01 | 102.59 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 77 | 0.75 | 0 | 0.55 | 0.33 | 135.94 | 0.6 | 0.42 |
| Hex | 2B | AB | 4D | 4B | 0 | 37 | 21 | 88 | 3C | 2A |
| Octal | 53 | 253 | 115 | 113 | 0 | 67 | 41 | 210 | 74 | 52 |
| Binary | 101011 | 10101011 | 1001101 | 1001011 | 0 | 110111 | 100001 | 10001000 | 111100 | 101010 |
Color Harmonies of #2BAB4D
Complementary color
Monochromatic Colors of #2BAB4D
Black with #2BAB4D
Text Example
Text Example
White with #2BAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB4D; }
p { color: rgb(43,171,77); }
H1.HeaderClassName
{
color: #2BAB4D;
}
.AnyTagClassName
{
color: #2BAB4D;
}
</style>
background-color css
<style>
a { background-color: #2BAB4D; }
a { background-color: rgb(43,171,77); }
div.DivClassName
{
background-color: #2BAB4D;
}
.BgClassName
{
background-color: #2BAB4D;
}
</style>
border-color css
<style>
span { border-color: #2BAB4D; }
span { border-color: rgb(43,171,77); }
td.TdClassName
{
border-color: #2BAB4D;
}
.TagClassName
{
border-color: #2BAB4D;
}
</style>