Shades of Chateau Green #2BAB41
Tints of Chateau Green #2BAB41
RGB
CMYK
RGB Variations
Color information
#2BAB41 (or 0x2BAB41) is known color: Chateau Green. HEX triplet: 2B, AB and 41. RGB value is (43,171,65). Sum of RGB (Red+Green+Blue) = 43+171+65=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAB41 is #D454BE. Grayscale: #787878. Windows color (decimal): -13915327 or 4303659. OLE color: 4303659.
HSL color Cylindrical-coordinate representation of color #2BAB41: hue angle of 130.31º 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 #2BAB41 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 65 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.33 |
| HSL | 130.31º | 0.6% | 0.42% | - |
| HSV(B) | 130.31º | 0.75% | 0.67% | - |
| XYZ | 16.51 | 30.02 | 9.93 | - |
| YUV | 120.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 65 | 0.75 | 0 | 0.62 | 0.33 | 130.31 | 0.6 | 0.42 |
| Hex | 2B | AB | 41 | 4B | 0 | 3E | 21 | 82 | 3C | 2A |
| Octal | 53 | 253 | 101 | 113 | 0 | 76 | 41 | 202 | 74 | 52 |
| Binary | 101011 | 10101011 | 1000001 | 1001011 | 0 | 111110 | 100001 | 10000010 | 111100 | 101010 |
Color Harmonies of #2BAB41
Complementary color
Monochromatic Colors of #2BAB41
Black with #2BAB41
Text Example
Text Example
White with #2BAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB41; }
p { color: rgb(43,171,65); }
H1.HeaderClassName
{
color: #2BAB41;
}
.AnyTagClassName
{
color: #2BAB41;
}
</style>
background-color css
<style>
a { background-color: #2BAB41; }
a { background-color: rgb(43,171,65); }
div.DivClassName
{
background-color: #2BAB41;
}
.BgClassName
{
background-color: #2BAB41;
}
</style>
border-color css
<style>
span { border-color: #2BAB41; }
span { border-color: rgb(43,171,65); }
td.TdClassName
{
border-color: #2BAB41;
}
.TagClassName
{
border-color: #2BAB41;
}
</style>