Shades of Seaweed #2D4719
Tints of Seaweed #2D4719
RGB
CMYK
RGB Variations
Color information
#2D4719 (or 0x2D4719) is known color: Seaweed. HEX triplet: 2D, 47 and 19. RGB value is (45,71,25). Sum of RGB (Red+Green+Blue) = 45+71+25=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4719 is #D2B8E6. Grayscale: #3A3A3A. Windows color (decimal): -13809895 or 1656621. OLE color: 1656621.
HSL color Cylindrical-coordinate representation of color #2D4719: hue angle of 93.91º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D4719 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 25 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.72 |
| HSL | 93.91º | 0.48% | 0.19% | - |
| HSV(B) | 93.91º | 0.65% | 0.28% | - |
| XYZ | 3.51 | 5.13 | 1.73 | - |
| YUV | 57.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 25 | 0.37 | 0 | 0.65 | 0.72 | 93.91 | 0.48 | 0.19 |
| Hex | 2D | 47 | 19 | 25 | 0 | 41 | 48 | 5E | 30 | 13 |
| Octal | 55 | 107 | 31 | 45 | 0 | 101 | 110 | 136 | 60 | 23 |
| Binary | 101101 | 1000111 | 11001 | 100101 | 0 | 1000001 | 1001000 | 1011110 | 110000 | 10011 |
Color Harmonies of #2D4719
Complementary color
Monochromatic Colors of #2D4719
Black with #2D4719
Text Example
Text Example
White with #2D4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4719; }
p { color: rgb(45,71,25); }
H1.HeaderClassName
{
color: #2D4719;
}
.AnyTagClassName
{
color: #2D4719;
}
</style>
background-color css
<style>
a { background-color: #2D4719; }
a { background-color: rgb(45,71,25); }
div.DivClassName
{
background-color: #2D4719;
}
.BgClassName
{
background-color: #2D4719;
}
</style>
border-color css
<style>
span { border-color: #2D4719; }
span { border-color: rgb(45,71,25); }
td.TdClassName
{
border-color: #2D4719;
}
.TagClassName
{
border-color: #2D4719;
}
</style>