Shades of Seaweed #2D5111
Tints of Seaweed #2D5111
RGB
CMYK
RGB Variations
Color information
#2D5111 (or 0x2D5111) is known color: Seaweed. HEX triplet: 2D, 51 and 11. RGB value is (45,81,17). Sum of RGB (Red+Green+Blue) = 45+81+17=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5111 is #D2AEEE. Grayscale: #3F3F3F. Windows color (decimal): -13807343 or 1134893. OLE color: 1134893.
HSL color Cylindrical-coordinate representation of color #2D5111: hue angle of 93.75º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5111 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 17 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.68 |
| HSL | 93.75º | 0.65% | 0.19% | - |
| HSV(B) | 93.75º | 0.79% | 0.32% | - |
| XYZ | 4.13 | 6.48 | 1.56 | - |
| YUV | 62.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 17 | 0.44 | 0 | 0.79 | 0.68 | 93.75 | 0.65 | 0.19 |
| Hex | 2D | 51 | 11 | 2C | 0 | 4F | 44 | 5E | 41 | 13 |
| Octal | 55 | 121 | 21 | 54 | 0 | 117 | 104 | 136 | 101 | 23 |
| Binary | 101101 | 1010001 | 10001 | 101100 | 0 | 1001111 | 1000100 | 1011110 | 1000001 | 10011 |
Color Harmonies of #2D5111
Complementary color
Monochromatic Colors of #2D5111
Black with #2D5111
Text Example
Text Example
White with #2D5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5111; }
p { color: rgb(45,81,17); }
H1.HeaderClassName
{
color: #2D5111;
}
.AnyTagClassName
{
color: #2D5111;
}
</style>
background-color css
<style>
a { background-color: #2D5111; }
a { background-color: rgb(45,81,17); }
div.DivClassName
{
background-color: #2D5111;
}
.BgClassName
{
background-color: #2D5111;
}
</style>
border-color css
<style>
span { border-color: #2D5111; }
span { border-color: rgb(45,81,17); }
td.TdClassName
{
border-color: #2D5111;
}
.TagClassName
{
border-color: #2D5111;
}
</style>