Shades of Chateau Green #2BBE4F
Tints of Chateau Green #2BBE4F
RGB
CMYK
RGB Variations
Color information
#2BBE4F (or 0x2BBE4F) is known color: Chateau Green. HEX triplet: 2B, BE and 4F. RGB value is (43,190,79). Sum of RGB (Red+Green+Blue) = 43+190+79=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE4F is #D441B0. Grayscale: #858585. Windows color (decimal): -13910449 or 5226027. OLE color: 5226027.
HSL color Cylindrical-coordinate representation of color #2BBE4F: hue angle of 134.69º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE4F is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 79 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.25 |
| HSL | 134.69º | 0.63% | 0.46% | - |
| HSV(B) | 134.69º | 0.77% | 0.75% | - |
| XYZ | 20.82 | 37.91 | 13.62 | - |
| YUV | 133.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 79 | 0.77 | 0 | 0.58 | 0.25 | 134.69 | 0.63 | 0.46 |
| Hex | 2B | BE | 4F | 4D | 0 | 3A | 19 | 87 | 3F | 2E |
| Octal | 53 | 276 | 117 | 115 | 0 | 72 | 31 | 207 | 77 | 56 |
| Binary | 101011 | 10111110 | 1001111 | 1001101 | 0 | 111010 | 11001 | 10000111 | 111111 | 101110 |
Color Harmonies of #2BBE4F
Complementary color
Monochromatic Colors of #2BBE4F
Black with #2BBE4F
Text Example
Text Example
White with #2BBE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE4F; }
p { color: rgb(43,190,79); }
H1.HeaderClassName
{
color: #2BBE4F;
}
.AnyTagClassName
{
color: #2BBE4F;
}
</style>
background-color css
<style>
a { background-color: #2BBE4F; }
a { background-color: rgb(43,190,79); }
div.DivClassName
{
background-color: #2BBE4F;
}
.BgClassName
{
background-color: #2BBE4F;
}
</style>
border-color css
<style>
span { border-color: #2BBE4F; }
span { border-color: rgb(43,190,79); }
td.TdClassName
{
border-color: #2BBE4F;
}
.TagClassName
{
border-color: #2BBE4F;
}
</style>