Shades of Chateau Green #2BB655
Tints of Chateau Green #2BB655
RGB
CMYK
RGB Variations
Color information
#2BB655 (or 0x2BB655) is known color: Chateau Green. HEX triplet: 2B, B6 and 55. RGB value is (43,182,85). Sum of RGB (Red+Green+Blue) = 43+182+85=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB655 is #D449AA. Grayscale: #818181. Windows color (decimal): -13912491 or 5617195. OLE color: 5617195.
HSL color Cylindrical-coordinate representation of color #2BB655: hue angle of 138.13º 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 #2BB655 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 85 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.29 |
| HSL | 138.13º | 0.62% | 0.44% | - |
| HSV(B) | 138.13º | 0.76% | 0.71% | - |
| XYZ | 19.36 | 34.63 | 14.26 | - |
| YUV | 129.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 85 | 0.76 | 0 | 0.53 | 0.29 | 138.13 | 0.62 | 0.44 |
| Hex | 2B | B6 | 55 | 4C | 0 | 35 | 1D | 8A | 3E | 2C |
| Octal | 53 | 266 | 125 | 114 | 0 | 65 | 35 | 212 | 76 | 54 |
| Binary | 101011 | 10110110 | 1010101 | 1001100 | 0 | 110101 | 11101 | 10001010 | 111110 | 101100 |
Color Harmonies of #2BB655
Complementary color
Monochromatic Colors of #2BB655
Black with #2BB655
Text Example
Text Example
White with #2BB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB655; }
p { color: rgb(43,182,85); }
H1.HeaderClassName
{
color: #2BB655;
}
.AnyTagClassName
{
color: #2BB655;
}
</style>
background-color css
<style>
a { background-color: #2BB655; }
a { background-color: rgb(43,182,85); }
div.DivClassName
{
background-color: #2BB655;
}
.BgClassName
{
background-color: #2BB655;
}
</style>
border-color css
<style>
span { border-color: #2BB655; }
span { border-color: rgb(43,182,85); }
td.TdClassName
{
border-color: #2BB655;
}
.TagClassName
{
border-color: #2BB655;
}
</style>