Shades of Chateau Green #2BA441
Tints of Chateau Green #2BA441
RGB
CMYK
RGB Variations
Color information
#2BA441 (or 0x2BA441) is known color: Chateau Green. HEX triplet: 2B, A4 and 41. RGB value is (43,164,65). Sum of RGB (Red+Green+Blue) = 43+164+65=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA441 is #D45BBE. Grayscale: #747474. Windows color (decimal): -13917119 or 4301867. OLE color: 4301867.
HSL color Cylindrical-coordinate representation of color #2BA441: hue angle of 130.91º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA441 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 65 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.36 |
| HSL | 130.91º | 0.58% | 0.41% | - |
| HSV(B) | 130.91º | 0.74% | 0.64% | - |
| XYZ | 15.23 | 27.45 | 9.5 | - |
| YUV | 116.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 65 | 0.74 | 0 | 0.60 | 0.36 | 130.91 | 0.58 | 0.41 |
| Hex | 2B | A4 | 41 | 4A | 0 | 3C | 24 | 83 | 3A | 29 |
| Octal | 53 | 244 | 101 | 112 | 0 | 74 | 44 | 203 | 72 | 51 |
| Binary | 101011 | 10100100 | 1000001 | 1001010 | 0 | 111100 | 100100 | 10000011 | 111010 | 101001 |
Color Harmonies of #2BA441
Complementary color
Monochromatic Colors of #2BA441
Black with #2BA441
Text Example
Text Example
White with #2BA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA441; }
p { color: rgb(43,164,65); }
H1.HeaderClassName
{
color: #2BA441;
}
.AnyTagClassName
{
color: #2BA441;
}
</style>
background-color css
<style>
a { background-color: #2BA441; }
a { background-color: rgb(43,164,65); }
div.DivClassName
{
background-color: #2BA441;
}
.BgClassName
{
background-color: #2BA441;
}
</style>
border-color css
<style>
span { border-color: #2BA441; }
span { border-color: rgb(43,164,65); }
td.TdClassName
{
border-color: #2BA441;
}
.TagClassName
{
border-color: #2BA441;
}
</style>