Shades of Chateau Green #2BB354
Tints of Chateau Green #2BB354
RGB
CMYK
RGB Variations
Color information
#2BB354 (or 0x2BB354) is known color: Chateau Green. HEX triplet: 2B, B3 and 54. RGB value is (43,179,84). Sum of RGB (Red+Green+Blue) = 43+179+84=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB354 is #D44CAB. Grayscale: #7F7F7F. Windows color (decimal): -13913260 or 5550891. OLE color: 5550891.
HSL color Cylindrical-coordinate representation of color #2BB354: hue angle of 138.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB354 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 84 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.30 |
| HSL | 138.09º | 0.61% | 0.44% | - |
| HSV(B) | 138.09º | 0.76% | 0.7% | - |
| XYZ | 18.72 | 33.39 | 13.85 | - |
| YUV | 127.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 84 | 0.76 | 0 | 0.53 | 0.30 | 138.09 | 0.61 | 0.44 |
| Hex | 2B | B3 | 54 | 4C | 0 | 35 | 1E | 8A | 3D | 2C |
| Octal | 53 | 263 | 124 | 114 | 0 | 65 | 36 | 212 | 75 | 54 |
| Binary | 101011 | 10110011 | 1010100 | 1001100 | 0 | 110101 | 11110 | 10001010 | 111101 | 101100 |
Color Harmonies of #2BB354
Complementary color
Monochromatic Colors of #2BB354
Black with #2BB354
Text Example
Text Example
White with #2BB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB354; }
p { color: rgb(43,179,84); }
H1.HeaderClassName
{
color: #2BB354;
}
.AnyTagClassName
{
color: #2BB354;
}
</style>
background-color css
<style>
a { background-color: #2BB354; }
a { background-color: rgb(43,179,84); }
div.DivClassName
{
background-color: #2BB354;
}
.BgClassName
{
background-color: #2BB354;
}
</style>
border-color css
<style>
span { border-color: #2BB354; }
span { border-color: rgb(43,179,84); }
td.TdClassName
{
border-color: #2BB354;
}
.TagClassName
{
border-color: #2BB354;
}
</style>