Shades of Chateau Green #2BA94C
Tints of Chateau Green #2BA94C
RGB
CMYK
RGB Variations
Color information
#2BA94C (or 0x2BA94C) is known color: Chateau Green. HEX triplet: 2B, A9 and 4C. RGB value is (43,169,76). Sum of RGB (Red+Green+Blue) = 43+169+76=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA94C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA94C is #D456B3. Grayscale: #787878. Windows color (decimal): -13915828 or 5024043. OLE color: 5024043.
HSL color Cylindrical-coordinate representation of color #2BA94C: hue angle of 135.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA94C is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 76 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.34 |
| HSL | 135.71º | 0.59% | 0.42% | - |
| HSV(B) | 135.71º | 0.75% | 0.66% | - |
| XYZ | 16.49 | 29.41 | 11.65 | - |
| YUV | 120.72 | 102.76 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 76 | 0.75 | 0 | 0.55 | 0.34 | 135.71 | 0.59 | 0.42 |
| Hex | 2B | A9 | 4C | 4B | 0 | 37 | 22 | 88 | 3B | 2A |
| Octal | 53 | 251 | 114 | 113 | 0 | 67 | 42 | 210 | 73 | 52 |
| Binary | 101011 | 10101001 | 1001100 | 1001011 | 0 | 110111 | 100010 | 10001000 | 111011 | 101010 |
Color Harmonies of #2BA94C
Complementary color
Monochromatic Colors of #2BA94C
Black with #2BA94C
Text Example
Text Example
White with #2BA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA94C; }
p { color: rgb(43,169,76); }
H1.HeaderClassName
{
color: #2BA94C;
}
.AnyTagClassName
{
color: #2BA94C;
}
</style>
background-color css
<style>
a { background-color: #2BA94C; }
a { background-color: rgb(43,169,76); }
div.DivClassName
{
background-color: #2BA94C;
}
.BgClassName
{
background-color: #2BA94C;
}
</style>
border-color css
<style>
span { border-color: #2BA94C; }
span { border-color: rgb(43,169,76); }
td.TdClassName
{
border-color: #2BA94C;
}
.TagClassName
{
border-color: #2BA94C;
}
</style>