Shades of Chateau Green #30BA54
Tints of Chateau Green #30BA54
RGB
CMYK
RGB Variations
Color information
#30BA54 (or 0x30BA54) is known color: Chateau Green. HEX triplet: 30, BA and 54. RGB value is (48,186,84). Sum of RGB (Red+Green+Blue) = 48+186+84=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA54 is #CF45AB. Grayscale: #858585. Windows color (decimal): -13583788 or 5552688. OLE color: 5552688.
HSL color Cylindrical-coordinate representation of color #30BA54: hue angle of 135.65º 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 #30BA54 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 84 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.27 |
| HSL | 135.65º | 0.59% | 0.46% | - |
| HSV(B) | 135.65º | 0.74% | 0.73% | - |
| XYZ | 20.38 | 36.39 | 14.34 | - |
| YUV | 133.11 | 100.28 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 84 | 0.74 | 0 | 0.55 | 0.27 | 135.65 | 0.59 | 0.46 |
| Hex | 30 | BA | 54 | 4A | 0 | 37 | 1B | 88 | 3B | 2E |
| Octal | 60 | 272 | 124 | 112 | 0 | 67 | 33 | 210 | 73 | 56 |
| Binary | 110000 | 10111010 | 1010100 | 1001010 | 0 | 110111 | 11011 | 10001000 | 111011 | 101110 |
Color Harmonies of #30BA54
Complementary color
Monochromatic Colors of #30BA54
Black with #30BA54
Text Example
Text Example
White with #30BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA54; }
p { color: rgb(48,186,84); }
H1.HeaderClassName
{
color: #30BA54;
}
.AnyTagClassName
{
color: #30BA54;
}
</style>
background-color css
<style>
a { background-color: #30BA54; }
a { background-color: rgb(48,186,84); }
div.DivClassName
{
background-color: #30BA54;
}
.BgClassName
{
background-color: #30BA54;
}
</style>
border-color css
<style>
span { border-color: #30BA54; }
span { border-color: rgb(48,186,84); }
td.TdClassName
{
border-color: #30BA54;
}
.TagClassName
{
border-color: #30BA54;
}
</style>