Shades of Seaweed #30421C
Tints of Seaweed #30421C
RGB
CMYK
RGB Variations
Color information
#30421C (or 0x30421C) is known color: Seaweed. HEX triplet: 30, 42 and 1C. RGB value is (48,66,28). Sum of RGB (Red+Green+Blue) = 48+66+28=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #30421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30421C is #CFBDE3. Grayscale: #383838. Windows color (decimal): -13614564 or 1851952. OLE color: 1851952.
HSL color Cylindrical-coordinate representation of color #30421C: hue angle of 88.42º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30421C is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 28 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.74 |
| HSL | 88.42º | 0.4% | 0.18% | - |
| HSV(B) | 88.42º | 0.58% | 0.26% | - |
| XYZ | 3.38 | 4.61 | 1.81 | - |
| YUV | 56.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 28 | 0.27 | 0 | 0.58 | 0.74 | 88.42 | 0.4 | 0.18 |
| Hex | 30 | 42 | 1C | 1B | 0 | 3A | 4A | 58 | 28 | 12 |
| Octal | 60 | 102 | 34 | 33 | 0 | 72 | 112 | 130 | 50 | 22 |
| Binary | 110000 | 1000010 | 11100 | 11011 | 0 | 111010 | 1001010 | 1011000 | 101000 | 10010 |
Color Harmonies of #30421C
Complementary color
Monochromatic Colors of #30421C
Black with #30421C
Text Example
Text Example
White with #30421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30421C; }
p { color: rgb(48,66,28); }
H1.HeaderClassName
{
color: #30421C;
}
.AnyTagClassName
{
color: #30421C;
}
</style>
background-color css
<style>
a { background-color: #30421C; }
a { background-color: rgb(48,66,28); }
div.DivClassName
{
background-color: #30421C;
}
.BgClassName
{
background-color: #30421C;
}
</style>
border-color css
<style>
span { border-color: #30421C; }
span { border-color: rgb(48,66,28); }
td.TdClassName
{
border-color: #30421C;
}
.TagClassName
{
border-color: #30421C;
}
</style>