Shades of Chateau Green #2B9A41
Tints of Chateau Green #2B9A41
RGB
CMYK
RGB Variations
Color information
#2B9A41 (or 0x2B9A41) is known color: Chateau Green. HEX triplet: 2B, 9A and 41. RGB value is (43,154,65). Sum of RGB (Red+Green+Blue) = 43+154+65=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 154 (60.55% from 255 or 58.78% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9A41 is #D465BE. Grayscale: #6E6E6E. Windows color (decimal): -13919679 or 4299307. OLE color: 4299307.
HSL color Cylindrical-coordinate representation of color #2B9A41: hue angle of 131.89º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A41 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 65 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.40 |
| HSL | 131.89º | 0.56% | 0.39% | - |
| HSV(B) | 131.89º | 0.72% | 0.6% | - |
| XYZ | 13.51 | 24.01 | 8.92 | - |
| YUV | 110.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 65 | 0.72 | 0 | 0.58 | 0.40 | 131.89 | 0.56 | 0.39 |
| Hex | 2B | 9A | 41 | 48 | 0 | 3A | 28 | 84 | 38 | 27 |
| Octal | 53 | 232 | 101 | 110 | 0 | 72 | 50 | 204 | 70 | 47 |
| Binary | 101011 | 10011010 | 1000001 | 1001000 | 0 | 111010 | 101000 | 10000100 | 111000 | 100111 |
Color Harmonies of #2B9A41
Complementary color
Monochromatic Colors of #2B9A41
Black with #2B9A41
Text Example
Text Example
White with #2B9A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A41; }
p { color: rgb(43,154,65); }
H1.HeaderClassName
{
color: #2B9A41;
}
.AnyTagClassName
{
color: #2B9A41;
}
</style>
background-color css
<style>
a { background-color: #2B9A41; }
a { background-color: rgb(43,154,65); }
div.DivClassName
{
background-color: #2B9A41;
}
.BgClassName
{
background-color: #2B9A41;
}
</style>
border-color css
<style>
span { border-color: #2B9A41; }
span { border-color: rgb(43,154,65); }
td.TdClassName
{
border-color: #2B9A41;
}
.TagClassName
{
border-color: #2B9A41;
}
</style>