Shades of Chateau Green #2BB353
Tints of Chateau Green #2BB353
RGB
CMYK
RGB Variations
Color information
#2BB353 (or 0x2BB353) is known color: Chateau Green. HEX triplet: 2B, B3 and 53. RGB value is (43,179,83). Sum of RGB (Red+Green+Blue) = 43+179+83=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB353 is #D44CAC. Grayscale: #7F7F7F. Windows color (decimal): -13913261 or 5485355. OLE color: 5485355.
HSL color Cylindrical-coordinate representation of color #2BB353: hue angle of 137.65º 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 #2BB353 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 83 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.30 |
| HSL | 137.65º | 0.61% | 0.44% | - |
| HSV(B) | 137.65º | 0.76% | 0.7% | - |
| XYZ | 18.68 | 33.38 | 13.64 | - |
| YUV | 127.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 83 | 0.76 | 0 | 0.54 | 0.30 | 137.65 | 0.61 | 0.44 |
| Hex | 2B | B3 | 53 | 4C | 0 | 36 | 1E | 8A | 3D | 2C |
| Octal | 53 | 263 | 123 | 114 | 0 | 66 | 36 | 212 | 75 | 54 |
| Binary | 101011 | 10110011 | 1010011 | 1001100 | 0 | 110110 | 11110 | 10001010 | 111101 | 101100 |
Color Harmonies of #2BB353
Complementary color
Monochromatic Colors of #2BB353
Black with #2BB353
Text Example
Text Example
White with #2BB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB353; }
p { color: rgb(43,179,83); }
H1.HeaderClassName
{
color: #2BB353;
}
.AnyTagClassName
{
color: #2BB353;
}
</style>
background-color css
<style>
a { background-color: #2BB353; }
a { background-color: rgb(43,179,83); }
div.DivClassName
{
background-color: #2BB353;
}
.BgClassName
{
background-color: #2BB353;
}
</style>
border-color css
<style>
span { border-color: #2BB353; }
span { border-color: rgb(43,179,83); }
td.TdClassName
{
border-color: #2BB353;
}
.TagClassName
{
border-color: #2BB353;
}
</style>