Shades of Seaweed #2C5C07
Tints of Seaweed #2C5C07
RGB
CMYK
RGB Variations
Color information
#2C5C07 (or 0x2C5C07) is known color: Seaweed. HEX triplet: 2C, 5C and 07. RGB value is (44,92,7). Sum of RGB (Red+Green+Blue) = 44+92+7=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 92 (36.33% from 255 or 64.34% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 92 - color contains mainly: green. Hex color #2C5C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5C07 is #D3A3F8. Grayscale: #444444. Windows color (decimal): -13870073 or 482348. OLE color: 482348.
HSL color Cylindrical-coordinate representation of color #2C5C07: hue angle of 93.88º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C5C07 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 92 | 7 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.64 |
| HSL | 93.88º | 0.86% | 0.19% | - |
| HSV(B) | 93.88º | 0.92% | 0.36% | - |
| XYZ | 4.9 | 8.21 | 1.53 | - |
| YUV | 67.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 7 | 0.52 | 0 | 0.92 | 0.64 | 93.88 | 0.86 | 0.19 |
| Hex | 2C | 5C | 7 | 34 | 0 | 5C | 40 | 5E | 56 | 13 |
| Octal | 54 | 134 | 7 | 64 | 0 | 134 | 100 | 136 | 126 | 23 |
| Binary | 101100 | 1011100 | 111 | 110100 | 0 | 1011100 | 1000000 | 1011110 | 1010110 | 10011 |
Color Harmonies of #2C5C07
Complementary color
Monochromatic Colors of #2C5C07
Black with #2C5C07
Text Example
Text Example
White with #2C5C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5C07; }
p { color: rgb(44,92,7); }
H1.HeaderClassName
{
color: #2C5C07;
}
.AnyTagClassName
{
color: #2C5C07;
}
</style>
background-color css
<style>
a { background-color: #2C5C07; }
a { background-color: rgb(44,92,7); }
div.DivClassName
{
background-color: #2C5C07;
}
.BgClassName
{
background-color: #2C5C07;
}
</style>
border-color css
<style>
span { border-color: #2C5C07; }
span { border-color: rgb(44,92,7); }
td.TdClassName
{
border-color: #2C5C07;
}
.TagClassName
{
border-color: #2C5C07;
}
</style>