Shades of Seaweed #304C17
Tints of Seaweed #304C17
RGB
CMYK
RGB Variations
Color information
#304C17 (or 0x304C17) is known color: Seaweed. HEX triplet: 30, 4C and 17. RGB value is (48,76,23). Sum of RGB (Red+Green+Blue) = 48+76+23=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #304C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C17 is #CFB3E8. Grayscale: #3D3D3D. Windows color (decimal): -13612009 or 1526832. OLE color: 1526832.
HSL color Cylindrical-coordinate representation of color #304C17: hue angle of 91.7º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304C17 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 23 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.70 |
| HSL | 91.7º | 0.54% | 0.19% | - |
| HSV(B) | 91.7º | 0.7% | 0.3% | - |
| XYZ | 3.96 | 5.86 | 1.73 | - |
| YUV | 61.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 23 | 0.37 | 0 | 0.70 | 0.70 | 91.7 | 0.54 | 0.19 |
| Hex | 30 | 4C | 17 | 25 | 0 | 46 | 46 | 5C | 36 | 13 |
| Octal | 60 | 114 | 27 | 45 | 0 | 106 | 106 | 134 | 66 | 23 |
| Binary | 110000 | 1001100 | 10111 | 100101 | 0 | 1000110 | 1000110 | 1011100 | 110110 | 10011 |
Color Harmonies of #304C17
Complementary color
Monochromatic Colors of #304C17
Black with #304C17
Text Example
Text Example
White with #304C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C17; }
p { color: rgb(48,76,23); }
H1.HeaderClassName
{
color: #304C17;
}
.AnyTagClassName
{
color: #304C17;
}
</style>
background-color css
<style>
a { background-color: #304C17; }
a { background-color: rgb(48,76,23); }
div.DivClassName
{
background-color: #304C17;
}
.BgClassName
{
background-color: #304C17;
}
</style>
border-color css
<style>
span { border-color: #304C17; }
span { border-color: rgb(48,76,23); }
td.TdClassName
{
border-color: #304C17;
}
.TagClassName
{
border-color: #304C17;
}
</style>