Shades of Chateau Green #2BA34B
Tints of Chateau Green #2BA34B
RGB
CMYK
RGB Variations
Color information
#2BA34B (or 0x2BA34B) is known color: Chateau Green. HEX triplet: 2B, A3 and 4B. RGB value is (43,163,75). Sum of RGB (Red+Green+Blue) = 43+163+75=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA34B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA34B is #D45CB4. Grayscale: #757575. Windows color (decimal): -13917365 or 4956971. OLE color: 4956971.
HSL color Cylindrical-coordinate representation of color #2BA34B: hue angle of 136º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA34B is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 75 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.36 |
| HSL | 136º | 0.58% | 0.4% | - |
| HSV(B) | 136º | 0.74% | 0.64% | - |
| XYZ | 15.36 | 27.22 | 11.1 | - |
| YUV | 117.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 75 | 0.74 | 0 | 0.54 | 0.36 | 136 | 0.58 | 0.4 |
| Hex | 2B | A3 | 4B | 4A | 0 | 36 | 24 | 88 | 3A | 28 |
| Octal | 53 | 243 | 113 | 112 | 0 | 66 | 44 | 210 | 72 | 50 |
| Binary | 101011 | 10100011 | 1001011 | 1001010 | 0 | 110110 | 100100 | 10001000 | 111010 | 101000 |
Color Harmonies of #2BA34B
Complementary color
Monochromatic Colors of #2BA34B
Black with #2BA34B
Text Example
Text Example
White with #2BA34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA34B; }
p { color: rgb(43,163,75); }
H1.HeaderClassName
{
color: #2BA34B;
}
.AnyTagClassName
{
color: #2BA34B;
}
</style>
background-color css
<style>
a { background-color: #2BA34B; }
a { background-color: rgb(43,163,75); }
div.DivClassName
{
background-color: #2BA34B;
}
.BgClassName
{
background-color: #2BA34B;
}
</style>
border-color css
<style>
span { border-color: #2BA34B; }
span { border-color: rgb(43,163,75); }
td.TdClassName
{
border-color: #2BA34B;
}
.TagClassName
{
border-color: #2BA34B;
}
</style>