Shades of Seaweed #303E21
Tints of Seaweed #303E21
RGB
CMYK
RGB Variations
Color information
#303E21 (or 0x303E21) is known color: Seaweed. HEX triplet: 30, 3E and 21. RGB value is (48,62,33). Sum of RGB (Red+Green+Blue) = 48+62+33=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #303E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E21 is #CFC1DE. Grayscale: #363636. Windows color (decimal): -13615583 or 2178608. OLE color: 2178608.
HSL color Cylindrical-coordinate representation of color #303E21: hue angle of 88.97º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #303E21 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 33 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.76 |
| HSL | 88.97º | 0.31% | 0.19% | - |
| HSV(B) | 88.97º | 0.47% | 0.24% | - |
| XYZ | 3.22 | 4.18 | 2.08 | - |
| YUV | 54.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 33 | 0.23 | 0 | 0.47 | 0.76 | 88.97 | 0.31 | 0.19 |
| Hex | 30 | 3E | 21 | 17 | 0 | 2F | 4C | 59 | 1F | 13 |
| Octal | 60 | 76 | 41 | 27 | 0 | 57 | 114 | 131 | 37 | 23 |
| Binary | 110000 | 111110 | 100001 | 10111 | 0 | 101111 | 1001100 | 1011001 | 11111 | 10011 |
Color Harmonies of #303E21
Complementary color
Monochromatic Colors of #303E21
Black with #303E21
Text Example
Text Example
White with #303E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E21; }
p { color: rgb(48,62,33); }
H1.HeaderClassName
{
color: #303E21;
}
.AnyTagClassName
{
color: #303E21;
}
</style>
background-color css
<style>
a { background-color: #303E21; }
a { background-color: rgb(48,62,33); }
div.DivClassName
{
background-color: #303E21;
}
.BgClassName
{
background-color: #303E21;
}
</style>
border-color css
<style>
span { border-color: #303E21; }
span { border-color: rgb(48,62,33); }
td.TdClassName
{
border-color: #303E21;
}
.TagClassName
{
border-color: #303E21;
}
</style>