Shades of Seaweed #2D540E
Tints of Seaweed #2D540E
RGB
CMYK
RGB Variations
Color information
#2D540E (or 0x2D540E) is known color: Seaweed. HEX triplet: 2D, 54 and 0E. RGB value is (45,84,14). Sum of RGB (Red+Green+Blue) = 45+84+14=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #2D540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D540E is #D2ABF1. Grayscale: #404040. Windows color (decimal): -13806578 or 939053. OLE color: 939053.
HSL color Cylindrical-coordinate representation of color #2D540E: hue angle of 93.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D540E is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 14 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.67 |
| HSL | 93.43º | 0.71% | 0.19% | - |
| HSV(B) | 93.43º | 0.83% | 0.33% | - |
| XYZ | 4.33 | 6.93 | 1.52 | - |
| YUV | 64.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 14 | 0.46 | 0 | 0.83 | 0.67 | 93.43 | 0.71 | 0.19 |
| Hex | 2D | 54 | E | 2E | 0 | 53 | 43 | 5D | 47 | 13 |
| Octal | 55 | 124 | 16 | 56 | 0 | 123 | 103 | 135 | 107 | 23 |
| Binary | 101101 | 1010100 | 1110 | 101110 | 0 | 1010011 | 1000011 | 1011101 | 1000111 | 10011 |
Color Harmonies of #2D540E
Complementary color
Monochromatic Colors of #2D540E
Black with #2D540E
Text Example
Text Example
White with #2D540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D540E; }
p { color: rgb(45,84,14); }
H1.HeaderClassName
{
color: #2D540E;
}
.AnyTagClassName
{
color: #2D540E;
}
</style>
background-color css
<style>
a { background-color: #2D540E; }
a { background-color: rgb(45,84,14); }
div.DivClassName
{
background-color: #2D540E;
}
.BgClassName
{
background-color: #2D540E;
}
</style>
border-color css
<style>
span { border-color: #2D540E; }
span { border-color: rgb(45,84,14); }
td.TdClassName
{
border-color: #2D540E;
}
.TagClassName
{
border-color: #2D540E;
}
</style>