Shades of Chateau Green #30BA56
Tints of Chateau Green #30BA56
RGB
CMYK
RGB Variations
Color information
#30BA56 (or 0x30BA56) is known color: Chateau Green. HEX triplet: 30, BA and 56. RGB value is (48,186,86). Sum of RGB (Red+Green+Blue) = 48+186+86=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA56 is #CF45A9. Grayscale: #858585. Windows color (decimal): -13583786 or 5683760. OLE color: 5683760.
HSL color Cylindrical-coordinate representation of color #30BA56: hue angle of 136.52º 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 #30BA56 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 86 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.27 |
| HSL | 136.52º | 0.59% | 0.46% | - |
| HSV(B) | 136.52º | 0.74% | 0.73% | - |
| XYZ | 20.46 | 36.42 | 14.76 | - |
| YUV | 133.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 86 | 0.74 | 0 | 0.54 | 0.27 | 136.52 | 0.59 | 0.46 |
| Hex | 30 | BA | 56 | 4A | 0 | 36 | 1B | 89 | 3B | 2E |
| Octal | 60 | 272 | 126 | 112 | 0 | 66 | 33 | 211 | 73 | 56 |
| Binary | 110000 | 10111010 | 1010110 | 1001010 | 0 | 110110 | 11011 | 10001001 | 111011 | 101110 |
Color Harmonies of #30BA56
Complementary color
Monochromatic Colors of #30BA56
Black with #30BA56
Text Example
Text Example
White with #30BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA56; }
p { color: rgb(48,186,86); }
H1.HeaderClassName
{
color: #30BA56;
}
.AnyTagClassName
{
color: #30BA56;
}
</style>
background-color css
<style>
a { background-color: #30BA56; }
a { background-color: rgb(48,186,86); }
div.DivClassName
{
background-color: #30BA56;
}
.BgClassName
{
background-color: #30BA56;
}
</style>
border-color css
<style>
span { border-color: #30BA56; }
span { border-color: rgb(48,186,86); }
td.TdClassName
{
border-color: #30BA56;
}
.TagClassName
{
border-color: #30BA56;
}
</style>