Shades of Chateau Green #30B346
Tints of Chateau Green #30B346
RGB
CMYK
RGB Variations
Color information
#30B346 (or 0x30B346) is known color: Chateau Green. HEX triplet: 30, B3 and 46. RGB value is (48,179,70). Sum of RGB (Red+Green+Blue) = 48+179+70=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #30B346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B346 is #CF4CB9. Grayscale: #7F7F7F. Windows color (decimal): -13585594 or 4633392. OLE color: 4633392.
HSL color Cylindrical-coordinate representation of color #30B346: hue angle of 130.08º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B346 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 70 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.30 |
| HSL | 130.08º | 0.58% | 0.45% | - |
| HSV(B) | 130.08º | 0.73% | 0.7% | - |
| XYZ | 18.44 | 33.31 | 11.25 | - |
| YUV | 127.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 70 | 0.73 | 0 | 0.61 | 0.30 | 130.08 | 0.58 | 0.45 |
| Hex | 30 | B3 | 46 | 49 | 0 | 3D | 1E | 82 | 3A | 2D |
| Octal | 60 | 263 | 106 | 111 | 0 | 75 | 36 | 202 | 72 | 55 |
| Binary | 110000 | 10110011 | 1000110 | 1001001 | 0 | 111101 | 11110 | 10000010 | 111010 | 101101 |
Color Harmonies of #30B346
Complementary color
Monochromatic Colors of #30B346
Black with #30B346
Text Example
Text Example
White with #30B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B346; }
p { color: rgb(48,179,70); }
H1.HeaderClassName
{
color: #30B346;
}
.AnyTagClassName
{
color: #30B346;
}
</style>
background-color css
<style>
a { background-color: #30B346; }
a { background-color: rgb(48,179,70); }
div.DivClassName
{
background-color: #30B346;
}
.BgClassName
{
background-color: #30B346;
}
</style>
border-color css
<style>
span { border-color: #30B346; }
span { border-color: rgb(48,179,70); }
td.TdClassName
{
border-color: #30B346;
}
.TagClassName
{
border-color: #30B346;
}
</style>