Shades of Chateau Green #2BA645
Tints of Chateau Green #2BA645
RGB
CMYK
RGB Variations
Color information
#2BA645 (or 0x2BA645) is known color: Chateau Green. HEX triplet: 2B, A6 and 45. RGB value is (43,166,69). Sum of RGB (Red+Green+Blue) = 43+166+69=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA645 is #D459BA. Grayscale: #767676. Windows color (decimal): -13916603 or 4564523. OLE color: 4564523.
HSL color Cylindrical-coordinate representation of color #2BA645: hue angle of 132.68º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA645 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 69 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.35 |
| HSL | 132.68º | 0.59% | 0.41% | - |
| HSV(B) | 132.68º | 0.74% | 0.65% | - |
| XYZ | 15.71 | 28.22 | 10.25 | - |
| YUV | 118.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 69 | 0.74 | 0 | 0.58 | 0.35 | 132.68 | 0.59 | 0.41 |
| Hex | 2B | A6 | 45 | 4A | 0 | 3A | 23 | 85 | 3B | 29 |
| Octal | 53 | 246 | 105 | 112 | 0 | 72 | 43 | 205 | 73 | 51 |
| Binary | 101011 | 10100110 | 1000101 | 1001010 | 0 | 111010 | 100011 | 10000101 | 111011 | 101001 |
Color Harmonies of #2BA645
Complementary color
Monochromatic Colors of #2BA645
Black with #2BA645
Text Example
Text Example
White with #2BA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA645; }
p { color: rgb(43,166,69); }
H1.HeaderClassName
{
color: #2BA645;
}
.AnyTagClassName
{
color: #2BA645;
}
</style>
background-color css
<style>
a { background-color: #2BA645; }
a { background-color: rgb(43,166,69); }
div.DivClassName
{
background-color: #2BA645;
}
.BgClassName
{
background-color: #2BA645;
}
</style>
border-color css
<style>
span { border-color: #2BA645; }
span { border-color: rgb(43,166,69); }
td.TdClassName
{
border-color: #2BA645;
}
.TagClassName
{
border-color: #2BA645;
}
</style>