Shades of Seaweed #303C23
Tints of Seaweed #303C23
RGB
CMYK
RGB Variations
Color information
#303C23 (or 0x303C23) is known color: Seaweed. HEX triplet: 30, 3C and 23. RGB value is (48,60,35). Sum of RGB (Red+Green+Blue) = 48+60+35=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #303C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C23 is #CFC3DC. Grayscale: #353535. Windows color (decimal): -13616093 or 2309168. OLE color: 2309168.
HSL color Cylindrical-coordinate representation of color #303C23: hue angle of 88.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303C23 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
RGB | 48 | 60 | 35 | - |
CMYK | 0.20 | 0 | 0.42 | 0.76 |
HSL | 88.8º | 0.26% | 0.19% | - |
HSV(B) | 88.8º | 0.42% | 0.24% | - |
XYZ | 3.14 | 3.98 | 2.19 | - |
YUV | 53.56 | 117.52 | 124.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 60 | 35 | 0.20 | 0 | 0.42 | 0.76 | 88.8 | 0.26 | 0.19 |
Hex | 30 | 3C | 23 | 14 | 0 | 2A | 4C | 59 | 1A | 13 |
Octal | 60 | 74 | 43 | 24 | 0 | 52 | 114 | 131 | 32 | 23 |
Binary | 110000 | 111100 | 100011 | 10100 | 0 | 101010 | 1001100 | 1011001 | 11010 | 10011 |
Color Harmonies of #303C23
Complementary color
Monochromatic Colors of #303C23
Black with #303C23
Text Example
Text Example
White with #303C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C23; }
p { color: rgb(48,60,35); }
H1.HeaderClassName
{
color: #303C23;
}
.AnyTagClassName
{
color: #303C23;
}
</style>
background-color css
<style>
a { background-color: #303C23; }
a { background-color: rgb(48,60,35); }
div.DivClassName
{
background-color: #303C23;
}
.BgClassName
{
background-color: #303C23;
}
</style>
border-color css
<style>
span { border-color: #303C23; }
span { border-color: rgb(48,60,35); }
td.TdClassName
{
border-color: #303C23;
}
.TagClassName
{
border-color: #303C23;
}
</style>