Shades of Chateau Green #30B05C
Tints of Chateau Green #30B05C
RGB
CMYK
RGB Variations
Color information
#30B05C (or 0x30B05C) is known color: Chateau Green. HEX triplet: 30, B0 and 5C. RGB value is (48,176,92). Sum of RGB (Red+Green+Blue) = 48+176+92=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #30B05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B05C is #CF4FA3. Grayscale: #808080. Windows color (decimal): -13586340 or 6074416. OLE color: 6074416.
HSL color Cylindrical-coordinate representation of color #30B05C: hue angle of 140.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B05C is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 92 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.31 |
| HSL | 140.63º | 0.57% | 0.44% | - |
| HSV(B) | 140.63º | 0.73% | 0.69% | - |
| XYZ | 18.68 | 32.45 | 15.4 | - |
| YUV | 128.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 92 | 0.73 | 0 | 0.48 | 0.31 | 140.63 | 0.57 | 0.44 |
| Hex | 30 | B0 | 5C | 49 | 0 | 30 | 1F | 8D | 39 | 2C |
| Octal | 60 | 260 | 134 | 111 | 0 | 60 | 37 | 215 | 71 | 54 |
| Binary | 110000 | 10110000 | 1011100 | 1001001 | 0 | 110000 | 11111 | 10001101 | 111001 | 101100 |
Color Harmonies of #30B05C
Complementary color
Monochromatic Colors of #30B05C
Black with #30B05C
Text Example
Text Example
White with #30B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B05C; }
p { color: rgb(48,176,92); }
H1.HeaderClassName
{
color: #30B05C;
}
.AnyTagClassName
{
color: #30B05C;
}
</style>
background-color css
<style>
a { background-color: #30B05C; }
a { background-color: rgb(48,176,92); }
div.DivClassName
{
background-color: #30B05C;
}
.BgClassName
{
background-color: #30B05C;
}
</style>
border-color css
<style>
span { border-color: #30B05C; }
span { border-color: rgb(48,176,92); }
td.TdClassName
{
border-color: #30B05C;
}
.TagClassName
{
border-color: #30B05C;
}
</style>