Shades of Seaweed #304B19
Tints of Seaweed #304B19
RGB
CMYK
RGB Variations
Color information
#304B19 (or 0x304B19) is known color: Seaweed. HEX triplet: 30, 4B and 19. RGB value is (48,75,25). Sum of RGB (Red+Green+Blue) = 48+75+25=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #304B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B19 is #CFB4E6. Grayscale: #3D3D3D. Windows color (decimal): -13612263 or 1657648. OLE color: 1657648.
HSL color Cylindrical-coordinate representation of color #304B19: hue angle of 92.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304B19 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 25 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.71 |
| HSL | 92.4º | 0.5% | 0.2% | - |
| HSV(B) | 92.4º | 0.67% | 0.29% | - |
| XYZ | 3.91 | 5.73 | 1.82 | - |
| YUV | 61.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 25 | 0.36 | 0 | 0.67 | 0.71 | 92.4 | 0.5 | 0.2 |
| Hex | 30 | 4B | 19 | 24 | 0 | 43 | 47 | 5C | 32 | 14 |
| Octal | 60 | 113 | 31 | 44 | 0 | 103 | 107 | 134 | 62 | 24 |
| Binary | 110000 | 1001011 | 11001 | 100100 | 0 | 1000011 | 1000111 | 1011100 | 110010 | 10100 |
Color Harmonies of #304B19
Complementary color
Monochromatic Colors of #304B19
Black with #304B19
Text Example
Text Example
White with #304B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B19; }
p { color: rgb(48,75,25); }
H1.HeaderClassName
{
color: #304B19;
}
.AnyTagClassName
{
color: #304B19;
}
</style>
background-color css
<style>
a { background-color: #304B19; }
a { background-color: rgb(48,75,25); }
div.DivClassName
{
background-color: #304B19;
}
.BgClassName
{
background-color: #304B19;
}
</style>
border-color css
<style>
span { border-color: #304B19; }
span { border-color: rgb(48,75,25); }
td.TdClassName
{
border-color: #304B19;
}
.TagClassName
{
border-color: #304B19;
}
</style>