Shades of Seaweed #2D4B14
Tints of Seaweed #2D4B14
RGB
CMYK
RGB Variations
Color information
#2D4B14 (or 0x2D4B14) is known color: Seaweed. HEX triplet: 2D, 4B and 14. RGB value is (45,75,20). Sum of RGB (Red+Green+Blue) = 45+75+20=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B14 is #D2B4EB. Grayscale: #3B3B3B. Windows color (decimal): -13808876 or 1329965. OLE color: 1329965.
HSL color Cylindrical-coordinate representation of color #2D4B14: hue angle of 92.73º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D4B14 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 20 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.71 |
| HSL | 92.73º | 0.58% | 0.19% | - |
| HSV(B) | 92.73º | 0.73% | 0.29% | - |
| XYZ | 3.72 | 5.64 | 1.55 | - |
| YUV | 59.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 20 | 0.40 | 0 | 0.73 | 0.71 | 92.73 | 0.58 | 0.19 |
| Hex | 2D | 4B | 14 | 28 | 0 | 49 | 47 | 5D | 3A | 13 |
| Octal | 55 | 113 | 24 | 50 | 0 | 111 | 107 | 135 | 72 | 23 |
| Binary | 101101 | 1001011 | 10100 | 101000 | 0 | 1001001 | 1000111 | 1011101 | 111010 | 10011 |
Color Harmonies of #2D4B14
Complementary color
Monochromatic Colors of #2D4B14
Black with #2D4B14
Text Example
Text Example
White with #2D4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B14; }
p { color: rgb(45,75,20); }
H1.HeaderClassName
{
color: #2D4B14;
}
.AnyTagClassName
{
color: #2D4B14;
}
</style>
background-color css
<style>
a { background-color: #2D4B14; }
a { background-color: rgb(45,75,20); }
div.DivClassName
{
background-color: #2D4B14;
}
.BgClassName
{
background-color: #2D4B14;
}
</style>
border-color css
<style>
span { border-color: #2D4B14; }
span { border-color: rgb(45,75,20); }
td.TdClassName
{
border-color: #2D4B14;
}
.TagClassName
{
border-color: #2D4B14;
}
</style>