Shades of Seaweed #2D4C14
Tints of Seaweed #2D4C14
RGB
CMYK
RGB Variations
Color information
#2D4C14 (or 0x2D4C14) is known color: Seaweed. HEX triplet: 2D, 4C and 14. RGB value is (45,76,20). Sum of RGB (Red+Green+Blue) = 45+76+20=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #2D4C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4C14 is #D2B3EB. Grayscale: #3C3C3C. Windows color (decimal): -13808620 or 1330221. OLE color: 1330221.
HSL color Cylindrical-coordinate representation of color #2D4C14: hue angle of 93.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D4C14 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 76 | 20 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.70 |
| HSL | 93.21º | 0.58% | 0.19% | - |
| HSV(B) | 93.21º | 0.74% | 0.3% | - |
| XYZ | 3.79 | 5.78 | 1.58 | - |
| YUV | 60.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 20 | 0.41 | 0 | 0.74 | 0.70 | 93.21 | 0.58 | 0.19 |
| Hex | 2D | 4C | 14 | 29 | 0 | 4A | 46 | 5D | 3A | 13 |
| Octal | 55 | 114 | 24 | 51 | 0 | 112 | 106 | 135 | 72 | 23 |
| Binary | 101101 | 1001100 | 10100 | 101001 | 0 | 1001010 | 1000110 | 1011101 | 111010 | 10011 |
Color Harmonies of #2D4C14
Complementary color
Monochromatic Colors of #2D4C14
Black with #2D4C14
Text Example
Text Example
White with #2D4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4C14; }
p { color: rgb(45,76,20); }
H1.HeaderClassName
{
color: #2D4C14;
}
.AnyTagClassName
{
color: #2D4C14;
}
</style>
background-color css
<style>
a { background-color: #2D4C14; }
a { background-color: rgb(45,76,20); }
div.DivClassName
{
background-color: #2D4C14;
}
.BgClassName
{
background-color: #2D4C14;
}
</style>
border-color css
<style>
span { border-color: #2D4C14; }
span { border-color: rgb(45,76,20); }
td.TdClassName
{
border-color: #2D4C14;
}
.TagClassName
{
border-color: #2D4C14;
}
</style>