Shades of Seaweed #2D4A16
Tints of Seaweed #2D4A16
RGB
CMYK
RGB Variations
Color information
#2D4A16 (or 0x2D4A16) is known color: Seaweed. HEX triplet: 2D, 4A and 16. RGB value is (45,74,22). Sum of RGB (Red+Green+Blue) = 45+74+22=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4A16 is #D2B5E9. Grayscale: #3B3B3B. Windows color (decimal): -13809130 or 1460781. OLE color: 1460781.
HSL color Cylindrical-coordinate representation of color #2D4A16: hue angle of 93.46º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4A16 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 22 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.71 |
| HSL | 93.46º | 0.54% | 0.19% | - |
| HSV(B) | 93.46º | 0.7% | 0.29% | - |
| XYZ | 3.68 | 5.51 | 1.63 | - |
| YUV | 59.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 22 | 0.39 | 0 | 0.70 | 0.71 | 93.46 | 0.54 | 0.19 |
| Hex | 2D | 4A | 16 | 27 | 0 | 46 | 47 | 5D | 36 | 13 |
| Octal | 55 | 112 | 26 | 47 | 0 | 106 | 107 | 135 | 66 | 23 |
| Binary | 101101 | 1001010 | 10110 | 100111 | 0 | 1000110 | 1000111 | 1011101 | 110110 | 10011 |
Color Harmonies of #2D4A16
Complementary color
Monochromatic Colors of #2D4A16
Black with #2D4A16
Text Example
Text Example
White with #2D4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A16; }
p { color: rgb(45,74,22); }
H1.HeaderClassName
{
color: #2D4A16;
}
.AnyTagClassName
{
color: #2D4A16;
}
</style>
background-color css
<style>
a { background-color: #2D4A16; }
a { background-color: rgb(45,74,22); }
div.DivClassName
{
background-color: #2D4A16;
}
.BgClassName
{
background-color: #2D4A16;
}
</style>
border-color css
<style>
span { border-color: #2D4A16; }
span { border-color: rgb(45,74,22); }
td.TdClassName
{
border-color: #2D4A16;
}
.TagClassName
{
border-color: #2D4A16;
}
</style>