Shades of Seaweed #304B18
Tints of Seaweed #304B18
RGB
CMYK
RGB Variations
Color information
#304B18 (or 0x304B18) is known color: Seaweed. HEX triplet: 30, 4B and 18. RGB value is (48,75,24). Sum of RGB (Red+Green+Blue) = 48+75+24=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #304B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B18 is #CFB4E7. Grayscale: #3D3D3D. Windows color (decimal): -13612264 or 1592112. OLE color: 1592112.
HSL color Cylindrical-coordinate representation of color #304B18: hue angle of 91.76º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304B18 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 24 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.71 |
| HSL | 91.76º | 0.52% | 0.19% | - |
| HSV(B) | 91.76º | 0.68% | 0.29% | - |
| XYZ | 3.9 | 5.73 | 1.76 | - |
| YUV | 61.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 24 | 0.36 | 0 | 0.68 | 0.71 | 91.76 | 0.52 | 0.19 |
| Hex | 30 | 4B | 18 | 24 | 0 | 44 | 47 | 5C | 34 | 13 |
| Octal | 60 | 113 | 30 | 44 | 0 | 104 | 107 | 134 | 64 | 23 |
| Binary | 110000 | 1001011 | 11000 | 100100 | 0 | 1000100 | 1000111 | 1011100 | 110100 | 10011 |
Color Harmonies of #304B18
Complementary color
Monochromatic Colors of #304B18
Black with #304B18
Text Example
Text Example
White with #304B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B18; }
p { color: rgb(48,75,24); }
H1.HeaderClassName
{
color: #304B18;
}
.AnyTagClassName
{
color: #304B18;
}
</style>
background-color css
<style>
a { background-color: #304B18; }
a { background-color: rgb(48,75,24); }
div.DivClassName
{
background-color: #304B18;
}
.BgClassName
{
background-color: #304B18;
}
</style>
border-color css
<style>
span { border-color: #304B18; }
span { border-color: rgb(48,75,24); }
td.TdClassName
{
border-color: #304B18;
}
.TagClassName
{
border-color: #304B18;
}
</style>