Shades of Chateau Green #2BA54C
Tints of Chateau Green #2BA54C
RGB
CMYK
RGB Variations
Color information
#2BA54C (or 0x2BA54C) is known color: Chateau Green. HEX triplet: 2B, A5 and 4C. RGB value is (43,165,76). Sum of RGB (Red+Green+Blue) = 43+165+76=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA54C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA54C is #D45AB3. Grayscale: #767676. Windows color (decimal): -13916852 or 5023019. OLE color: 5023019.
HSL color Cylindrical-coordinate representation of color #2BA54C: hue angle of 136.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 #2BA54C is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 76 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.35 |
| HSL | 136.23º | 0.59% | 0.41% | - |
| HSV(B) | 136.23º | 0.74% | 0.65% | - |
| XYZ | 15.76 | 27.95 | 11.4 | - |
| YUV | 118.38 | 104.08 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 76 | 0.74 | 0 | 0.54 | 0.35 | 136.23 | 0.59 | 0.41 |
| Hex | 2B | A5 | 4C | 4A | 0 | 36 | 23 | 88 | 3B | 29 |
| Octal | 53 | 245 | 114 | 112 | 0 | 66 | 43 | 210 | 73 | 51 |
| Binary | 101011 | 10100101 | 1001100 | 1001010 | 0 | 110110 | 100011 | 10001000 | 111011 | 101001 |
Color Harmonies of #2BA54C
Complementary color
Monochromatic Colors of #2BA54C
Black with #2BA54C
Text Example
Text Example
White with #2BA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA54C; }
p { color: rgb(43,165,76); }
H1.HeaderClassName
{
color: #2BA54C;
}
.AnyTagClassName
{
color: #2BA54C;
}
</style>
background-color css
<style>
a { background-color: #2BA54C; }
a { background-color: rgb(43,165,76); }
div.DivClassName
{
background-color: #2BA54C;
}
.BgClassName
{
background-color: #2BA54C;
}
</style>
border-color css
<style>
span { border-color: #2BA54C; }
span { border-color: rgb(43,165,76); }
td.TdClassName
{
border-color: #2BA54C;
}
.TagClassName
{
border-color: #2BA54C;
}
</style>