Shades of Seaweed #305112
Tints of Seaweed #305112
RGB
CMYK
RGB Variations
Color information
#305112 (or 0x305112) is known color: Seaweed. HEX triplet: 30, 51 and 12. RGB value is (48,81,18). Sum of RGB (Red+Green+Blue) = 48+81+18=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #305112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305112 is #CFAEED. Grayscale: #404040. Windows color (decimal): -13610734 or 1200432. OLE color: 1200432.
HSL color Cylindrical-coordinate representation of color #305112: hue angle of 91.43º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305112 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 18 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.68 |
| HSL | 91.43º | 0.64% | 0.19% | - |
| HSV(B) | 91.43º | 0.78% | 0.32% | - |
| XYZ | 4.27 | 6.56 | 1.61 | - |
| YUV | 63.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 18 | 0.41 | 0 | 0.78 | 0.68 | 91.43 | 0.64 | 0.19 |
| Hex | 30 | 51 | 12 | 29 | 0 | 4E | 44 | 5B | 40 | 13 |
| Octal | 60 | 121 | 22 | 51 | 0 | 116 | 104 | 133 | 100 | 23 |
| Binary | 110000 | 1010001 | 10010 | 101001 | 0 | 1001110 | 1000100 | 1011011 | 1000000 | 10011 |
Color Harmonies of #305112
Complementary color
Monochromatic Colors of #305112
Black with #305112
Text Example
Text Example
White with #305112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305112; }
p { color: rgb(48,81,18); }
H1.HeaderClassName
{
color: #305112;
}
.AnyTagClassName
{
color: #305112;
}
</style>
background-color css
<style>
a { background-color: #305112; }
a { background-color: rgb(48,81,18); }
div.DivClassName
{
background-color: #305112;
}
.BgClassName
{
background-color: #305112;
}
</style>
border-color css
<style>
span { border-color: #305112; }
span { border-color: rgb(48,81,18); }
td.TdClassName
{
border-color: #305112;
}
.TagClassName
{
border-color: #305112;
}
</style>