Shades of Seaweed #304B17
Tints of Seaweed #304B17
RGB
CMYK
RGB Variations
Color information
#304B17 (or 0x304B17) is known color: Seaweed. HEX triplet: 30, 4B and 17. RGB value is (48,75,23). Sum of RGB (Red+Green+Blue) = 48+75+23=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #304B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B17 is #CFB4E8. Grayscale: #3D3D3D. Windows color (decimal): -13612265 or 1526576. OLE color: 1526576.
HSL color Cylindrical-coordinate representation of color #304B17: hue angle of 91.15º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304B17 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 23 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.71 |
| HSL | 91.15º | 0.53% | 0.19% | - |
| HSV(B) | 91.15º | 0.69% | 0.29% | - |
| XYZ | 3.89 | 5.72 | 1.71 | - |
| YUV | 61 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 23 | 0.36 | 0 | 0.69 | 0.71 | 91.15 | 0.53 | 0.19 |
| Hex | 30 | 4B | 17 | 24 | 0 | 45 | 47 | 5B | 35 | 13 |
| Octal | 60 | 113 | 27 | 44 | 0 | 105 | 107 | 133 | 65 | 23 |
| Binary | 110000 | 1001011 | 10111 | 100100 | 0 | 1000101 | 1000111 | 1011011 | 110101 | 10011 |
Color Harmonies of #304B17
Complementary color
Monochromatic Colors of #304B17
Black with #304B17
Text Example
Text Example
White with #304B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B17; }
p { color: rgb(48,75,23); }
H1.HeaderClassName
{
color: #304B17;
}
.AnyTagClassName
{
color: #304B17;
}
</style>
background-color css
<style>
a { background-color: #304B17; }
a { background-color: rgb(48,75,23); }
div.DivClassName
{
background-color: #304B17;
}
.BgClassName
{
background-color: #304B17;
}
</style>
border-color css
<style>
span { border-color: #304B17; }
span { border-color: rgb(48,75,23); }
td.TdClassName
{
border-color: #304B17;
}
.TagClassName
{
border-color: #304B17;
}
</style>