Shades of Seaweed #304B14
Tints of Seaweed #304B14
RGB
CMYK
RGB Variations
Color information
#304B14 (or 0x304B14) is known color: Seaweed. HEX triplet: 30, 4B and 14. RGB value is (48,75,20). Sum of RGB (Red+Green+Blue) = 48+75+20=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #304B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B14 is #CFB4EB. Grayscale: #3C3C3C. Windows color (decimal): -13612268 or 1329968. OLE color: 1329968.
HSL color Cylindrical-coordinate representation of color #304B14: hue angle of 89.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304B14 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 20 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.71 |
| HSL | 89.45º | 0.58% | 0.19% | - |
| HSV(B) | 89.45º | 0.73% | 0.29% | - |
| XYZ | 3.86 | 5.71 | 1.56 | - |
| YUV | 60.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 20 | 0.36 | 0 | 0.73 | 0.71 | 89.45 | 0.58 | 0.19 |
| Hex | 30 | 4B | 14 | 24 | 0 | 49 | 47 | 59 | 3A | 13 |
| Octal | 60 | 113 | 24 | 44 | 0 | 111 | 107 | 131 | 72 | 23 |
| Binary | 110000 | 1001011 | 10100 | 100100 | 0 | 1001001 | 1000111 | 1011001 | 111010 | 10011 |
Color Harmonies of #304B14
Complementary color
Monochromatic Colors of #304B14
Black with #304B14
Text Example
Text Example
White with #304B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B14; }
p { color: rgb(48,75,20); }
H1.HeaderClassName
{
color: #304B14;
}
.AnyTagClassName
{
color: #304B14;
}
</style>
background-color css
<style>
a { background-color: #304B14; }
a { background-color: rgb(48,75,20); }
div.DivClassName
{
background-color: #304B14;
}
.BgClassName
{
background-color: #304B14;
}
</style>
border-color css
<style>
span { border-color: #304B14; }
span { border-color: rgb(48,75,20); }
td.TdClassName
{
border-color: #304B14;
}
.TagClassName
{
border-color: #304B14;
}
</style>