Shades of Chateau Green #30BA50
Tints of Chateau Green #30BA50
RGB
CMYK
RGB Variations
Color information
#30BA50 (or 0x30BA50) is known color: Chateau Green. HEX triplet: 30, BA and 50. RGB value is (48,186,80). Sum of RGB (Red+Green+Blue) = 48+186+80=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA50 is #CF45AF. Grayscale: #848484. Windows color (decimal): -13583792 or 5290544. OLE color: 5290544.
HSL color Cylindrical-coordinate representation of color #30BA50: hue angle of 133.91º 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 #30BA50 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 80 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.27 |
| HSL | 133.91º | 0.59% | 0.46% | - |
| HSV(B) | 133.91º | 0.74% | 0.73% | - |
| XYZ | 20.23 | 36.33 | 13.53 | - |
| YUV | 132.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 80 | 0.74 | 0 | 0.57 | 0.27 | 133.91 | 0.59 | 0.46 |
| Hex | 30 | BA | 50 | 4A | 0 | 39 | 1B | 86 | 3B | 2E |
| Octal | 60 | 272 | 120 | 112 | 0 | 71 | 33 | 206 | 73 | 56 |
| Binary | 110000 | 10111010 | 1010000 | 1001010 | 0 | 111001 | 11011 | 10000110 | 111011 | 101110 |
Color Harmonies of #30BA50
Complementary color
Monochromatic Colors of #30BA50
Black with #30BA50
Text Example
Text Example
White with #30BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA50; }
p { color: rgb(48,186,80); }
H1.HeaderClassName
{
color: #30BA50;
}
.AnyTagClassName
{
color: #30BA50;
}
</style>
background-color css
<style>
a { background-color: #30BA50; }
a { background-color: rgb(48,186,80); }
div.DivClassName
{
background-color: #30BA50;
}
.BgClassName
{
background-color: #30BA50;
}
</style>
border-color css
<style>
span { border-color: #30BA50; }
span { border-color: rgb(48,186,80); }
td.TdClassName
{
border-color: #30BA50;
}
.TagClassName
{
border-color: #30BA50;
}
</style>