Shades of Chateau Green #2BAA41
Tints of Chateau Green #2BAA41
RGB
CMYK
RGB Variations
Color information
#2BAA41 (or 0x2BAA41) is known color: Chateau Green. HEX triplet: 2B, AA and 41. RGB value is (43,170,65). Sum of RGB (Red+Green+Blue) = 43+170+65=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA41 is #D455BE. Grayscale: #787878. Windows color (decimal): -13915583 or 4303403. OLE color: 4303403.
HSL color Cylindrical-coordinate representation of color #2BAA41: hue angle of 130.39º 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 #2BAA41 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 65 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.33 |
| HSL | 130.39º | 0.6% | 0.42% | - |
| HSV(B) | 130.39º | 0.75% | 0.67% | - |
| XYZ | 16.33 | 29.64 | 9.86 | - |
| YUV | 120.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 65 | 0.75 | 0 | 0.62 | 0.33 | 130.39 | 0.6 | 0.42 |
| Hex | 2B | AA | 41 | 4B | 0 | 3E | 21 | 82 | 3C | 2A |
| Octal | 53 | 252 | 101 | 113 | 0 | 76 | 41 | 202 | 74 | 52 |
| Binary | 101011 | 10101010 | 1000001 | 1001011 | 0 | 111110 | 100001 | 10000010 | 111100 | 101010 |
Color Harmonies of #2BAA41
Complementary color
Monochromatic Colors of #2BAA41
Black with #2BAA41
Text Example
Text Example
White with #2BAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA41; }
p { color: rgb(43,170,65); }
H1.HeaderClassName
{
color: #2BAA41;
}
.AnyTagClassName
{
color: #2BAA41;
}
</style>
background-color css
<style>
a { background-color: #2BAA41; }
a { background-color: rgb(43,170,65); }
div.DivClassName
{
background-color: #2BAA41;
}
.BgClassName
{
background-color: #2BAA41;
}
</style>
border-color css
<style>
span { border-color: #2BAA41; }
span { border-color: rgb(43,170,65); }
td.TdClassName
{
border-color: #2BAA41;
}
.TagClassName
{
border-color: #2BAA41;
}
</style>