Shades of Chateau Green #30BA51
Tints of Chateau Green #30BA51
RGB
CMYK
RGB Variations
Color information
#30BA51 (or 0x30BA51) is known color: Chateau Green. HEX triplet: 30, BA and 51. RGB value is (48,186,81). Sum of RGB (Red+Green+Blue) = 48+186+81=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA51 is #CF45AE. Grayscale: #858585. Windows color (decimal): -13583791 or 5356080. OLE color: 5356080.
HSL color Cylindrical-coordinate representation of color #30BA51: hue angle of 134.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA51 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 81 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.27 |
| HSL | 134.35º | 0.59% | 0.46% | - |
| HSV(B) | 134.35º | 0.74% | 0.73% | - |
| XYZ | 20.26 | 36.34 | 13.73 | - |
| YUV | 132.77 | 98.78 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 81 | 0.74 | 0 | 0.56 | 0.27 | 134.35 | 0.59 | 0.46 |
| Hex | 30 | BA | 51 | 4A | 0 | 38 | 1B | 86 | 3B | 2E |
| Octal | 60 | 272 | 121 | 112 | 0 | 70 | 33 | 206 | 73 | 56 |
| Binary | 110000 | 10111010 | 1010001 | 1001010 | 0 | 111000 | 11011 | 10000110 | 111011 | 101110 |
Color Harmonies of #30BA51
Complementary color
Monochromatic Colors of #30BA51
Black with #30BA51
Text Example
Text Example
White with #30BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA51; }
p { color: rgb(48,186,81); }
H1.HeaderClassName
{
color: #30BA51;
}
.AnyTagClassName
{
color: #30BA51;
}
</style>
background-color css
<style>
a { background-color: #30BA51; }
a { background-color: rgb(48,186,81); }
div.DivClassName
{
background-color: #30BA51;
}
.BgClassName
{
background-color: #30BA51;
}
</style>
border-color css
<style>
span { border-color: #30BA51; }
span { border-color: rgb(48,186,81); }
td.TdClassName
{
border-color: #30BA51;
}
.TagClassName
{
border-color: #30BA51;
}
</style>