Shades of Chateau Green #30B955
Tints of Chateau Green #30B955
RGB
CMYK
RGB Variations
Color information
#30B955 (or 0x30B955) is known color: Chateau Green. HEX triplet: 30, B9 and 55. RGB value is (48,185,85). Sum of RGB (Red+Green+Blue) = 48+185+85=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #30B955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B955 is #CF46AA. Grayscale: #848484. Windows color (decimal): -13584043 or 5617968. OLE color: 5617968.
HSL color Cylindrical-coordinate representation of color #30B955: hue angle of 136.2º 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 #30B955 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 85 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.27 |
| HSL | 136.2º | 0.59% | 0.46% | - |
| HSV(B) | 136.2º | 0.74% | 0.73% | - |
| XYZ | 20.21 | 35.98 | 14.47 | - |
| YUV | 132.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 85 | 0.74 | 0 | 0.54 | 0.27 | 136.2 | 0.59 | 0.46 |
| Hex | 30 | B9 | 55 | 4A | 0 | 36 | 1B | 88 | 3B | 2E |
| Octal | 60 | 271 | 125 | 112 | 0 | 66 | 33 | 210 | 73 | 56 |
| Binary | 110000 | 10111001 | 1010101 | 1001010 | 0 | 110110 | 11011 | 10001000 | 111011 | 101110 |
Color Harmonies of #30B955
Complementary color
Monochromatic Colors of #30B955
Black with #30B955
Text Example
Text Example
White with #30B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B955; }
p { color: rgb(48,185,85); }
H1.HeaderClassName
{
color: #30B955;
}
.AnyTagClassName
{
color: #30B955;
}
</style>
background-color css
<style>
a { background-color: #30B955; }
a { background-color: rgb(48,185,85); }
div.DivClassName
{
background-color: #30B955;
}
.BgClassName
{
background-color: #30B955;
}
</style>
border-color css
<style>
span { border-color: #30B955; }
span { border-color: rgb(48,185,85); }
td.TdClassName
{
border-color: #30B955;
}
.TagClassName
{
border-color: #30B955;
}
</style>