Shades of Chateau Green #2BA73C
Tints of Chateau Green #2BA73C
RGB
CMYK
RGB Variations
Color information
#2BA73C (or 0x2BA73C) is known color: Chateau Green. HEX triplet: 2B, A7 and 3C. RGB value is (43,167,60). Sum of RGB (Red+Green+Blue) = 43+167+60=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 167 (65.62% from 255 or 61.85% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA73C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA73C is #D458C3. Grayscale: #767676. Windows color (decimal): -13916356 or 3974955. OLE color: 3974955.
HSL color Cylindrical-coordinate representation of color #2BA73C: hue angle of 128.23º 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 #2BA73C is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 60 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.35 |
| HSL | 128.23º | 0.59% | 0.41% | - |
| HSV(B) | 128.23º | 0.74% | 0.65% | - |
| XYZ | 15.63 | 28.48 | 8.95 | - |
| YUV | 117.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 60 | 0.74 | 0 | 0.64 | 0.35 | 128.23 | 0.59 | 0.41 |
| Hex | 2B | A7 | 3C | 4A | 0 | 40 | 23 | 80 | 3B | 29 |
| Octal | 53 | 247 | 74 | 112 | 0 | 100 | 43 | 200 | 73 | 51 |
| Binary | 101011 | 10100111 | 111100 | 1001010 | 0 | 1000000 | 100011 | 10000000 | 111011 | 101001 |
Color Harmonies of #2BA73C
Complementary color
Monochromatic Colors of #2BA73C
Black with #2BA73C
Text Example
Text Example
White with #2BA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA73C; }
p { color: rgb(43,167,60); }
H1.HeaderClassName
{
color: #2BA73C;
}
.AnyTagClassName
{
color: #2BA73C;
}
</style>
background-color css
<style>
a { background-color: #2BA73C; }
a { background-color: rgb(43,167,60); }
div.DivClassName
{
background-color: #2BA73C;
}
.BgClassName
{
background-color: #2BA73C;
}
</style>
border-color css
<style>
span { border-color: #2BA73C; }
span { border-color: rgb(43,167,60); }
td.TdClassName
{
border-color: #2BA73C;
}
.TagClassName
{
border-color: #2BA73C;
}
</style>