Shades of Seaweed #305A0F
Tints of Seaweed #305A0F
RGB
CMYK
RGB Variations
Color information
#305A0F (or 0x305A0F) is known color: Seaweed. HEX triplet: 30, 5A and 0F. RGB value is (48,90,15). Sum of RGB (Red+Green+Blue) = 48+90+15=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #305A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A0F is #CFA5F0. Grayscale: #454545. Windows color (decimal): -13608433 or 1006128. OLE color: 1006128.
HSL color Cylindrical-coordinate representation of color #305A0F: hue angle of 93.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #305A0F is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 15 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.65 |
| HSL | 93.6º | 0.71% | 0.21% | - |
| HSV(B) | 93.6º | 0.83% | 0.35% | - |
| XYZ | 4.96 | 7.98 | 1.73 | - |
| YUV | 68.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 15 | 0.47 | 0 | 0.83 | 0.65 | 93.6 | 0.71 | 0.21 |
| Hex | 30 | 5A | F | 2F | 0 | 53 | 41 | 5E | 47 | 15 |
| Octal | 60 | 132 | 17 | 57 | 0 | 123 | 101 | 136 | 107 | 25 |
| Binary | 110000 | 1011010 | 1111 | 101111 | 0 | 1010011 | 1000001 | 1011110 | 1000111 | 10101 |
Color Harmonies of #305A0F
Complementary color
Monochromatic Colors of #305A0F
Black with #305A0F
Text Example
Text Example
White with #305A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A0F; }
p { color: rgb(48,90,15); }
H1.HeaderClassName
{
color: #305A0F;
}
.AnyTagClassName
{
color: #305A0F;
}
</style>
background-color css
<style>
a { background-color: #305A0F; }
a { background-color: rgb(48,90,15); }
div.DivClassName
{
background-color: #305A0F;
}
.BgClassName
{
background-color: #305A0F;
}
</style>
border-color css
<style>
span { border-color: #305A0F; }
span { border-color: rgb(48,90,15); }
td.TdClassName
{
border-color: #305A0F;
}
.TagClassName
{
border-color: #305A0F;
}
</style>