Shades of Seaweed #2D4E11
Tints of Seaweed #2D4E11
RGB
CMYK
RGB Variations
Color information
#2D4E11 (or 0x2D4E11) is known color: Seaweed. HEX triplet: 2D, 4E and 11. RGB value is (45,78,17). Sum of RGB (Red+Green+Blue) = 45+78+17=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4E11 is #D2B1EE. Grayscale: #3D3D3D. Windows color (decimal): -13808111 or 1134125. OLE color: 1134125.
HSL color Cylindrical-coordinate representation of color #2D4E11: hue angle of 92.46º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D4E11 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 78 | 17 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.69 |
| HSL | 92.46º | 0.64% | 0.19% | - |
| HSV(B) | 92.46º | 0.78% | 0.31% | - |
| XYZ | 3.91 | 6.05 | 1.49 | - |
| YUV | 61.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 17 | 0.42 | 0 | 0.78 | 0.69 | 92.46 | 0.64 | 0.19 |
| Hex | 2D | 4E | 11 | 2A | 0 | 4E | 45 | 5C | 40 | 13 |
| Octal | 55 | 116 | 21 | 52 | 0 | 116 | 105 | 134 | 100 | 23 |
| Binary | 101101 | 1001110 | 10001 | 101010 | 0 | 1001110 | 1000101 | 1011100 | 1000000 | 10011 |
Color Harmonies of #2D4E11
Complementary color
Monochromatic Colors of #2D4E11
Black with #2D4E11
Text Example
Text Example
White with #2D4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E11; }
p { color: rgb(45,78,17); }
H1.HeaderClassName
{
color: #2D4E11;
}
.AnyTagClassName
{
color: #2D4E11;
}
</style>
background-color css
<style>
a { background-color: #2D4E11; }
a { background-color: rgb(45,78,17); }
div.DivClassName
{
background-color: #2D4E11;
}
.BgClassName
{
background-color: #2D4E11;
}
</style>
border-color css
<style>
span { border-color: #2D4E11; }
span { border-color: rgb(45,78,17); }
td.TdClassName
{
border-color: #2D4E11;
}
.TagClassName
{
border-color: #2D4E11;
}
</style>