Shades of Chateau Green #2BB552
Tints of Chateau Green #2BB552
RGB
CMYK
RGB Variations
Color information
#2BB552 (or 0x2BB552) is known color: Chateau Green. HEX triplet: 2B, B5 and 52. RGB value is (43,181,82). Sum of RGB (Red+Green+Blue) = 43+181+82=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB552 is #D44AAD. Grayscale: #808080. Windows color (decimal): -13912750 or 5420331. OLE color: 5420331.
HSL color Cylindrical-coordinate representation of color #2BB552: hue angle of 136.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB552 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 181 | 82 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.29 |
| HSL | 136.96º | 0.62% | 0.44% | - |
| HSV(B) | 136.96º | 0.76% | 0.71% | - |
| XYZ | 19.04 | 34.17 | 13.57 | - |
| YUV | 128.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 181 | 82 | 0.76 | 0 | 0.55 | 0.29 | 136.96 | 0.62 | 0.44 |
| Hex | 2B | B5 | 52 | 4C | 0 | 37 | 1D | 89 | 3E | 2C |
| Octal | 53 | 265 | 122 | 114 | 0 | 67 | 35 | 211 | 76 | 54 |
| Binary | 101011 | 10110101 | 1010010 | 1001100 | 0 | 110111 | 11101 | 10001001 | 111110 | 101100 |
Color Harmonies of #2BB552
Complementary color
Monochromatic Colors of #2BB552
Black with #2BB552
Text Example
Text Example
White with #2BB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB552; }
p { color: rgb(43,181,82); }
H1.HeaderClassName
{
color: #2BB552;
}
.AnyTagClassName
{
color: #2BB552;
}
</style>
background-color css
<style>
a { background-color: #2BB552; }
a { background-color: rgb(43,181,82); }
div.DivClassName
{
background-color: #2BB552;
}
.BgClassName
{
background-color: #2BB552;
}
</style>
border-color css
<style>
span { border-color: #2BB552; }
span { border-color: rgb(43,181,82); }
td.TdClassName
{
border-color: #2BB552;
}
.TagClassName
{
border-color: #2BB552;
}
</style>