Shades of Seaweed #2D4A19
Tints of Seaweed #2D4A19
RGB
CMYK
RGB Variations
Color information
#2D4A19 (or 0x2D4A19) is known color: Seaweed. HEX triplet: 2D, 4A and 19. RGB value is (45,74,25). Sum of RGB (Red+Green+Blue) = 45+74+25=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4A19 is #D2B5E6. Grayscale: #3B3B3B. Windows color (decimal): -13809127 or 1657389. OLE color: 1657389.
HSL color Cylindrical-coordinate representation of color #2D4A19: hue angle of 95.51º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4A19 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 25 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.71 |
| HSL | 95.51º | 0.49% | 0.19% | - |
| HSV(B) | 95.51º | 0.66% | 0.29% | - |
| XYZ | 3.71 | 5.53 | 1.79 | - |
| YUV | 59.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 25 | 0.39 | 0 | 0.66 | 0.71 | 95.51 | 0.49 | 0.19 |
| Hex | 2D | 4A | 19 | 27 | 0 | 42 | 47 | 60 | 31 | 13 |
| Octal | 55 | 112 | 31 | 47 | 0 | 102 | 107 | 140 | 61 | 23 |
| Binary | 101101 | 1001010 | 11001 | 100111 | 0 | 1000010 | 1000111 | 1100000 | 110001 | 10011 |
Color Harmonies of #2D4A19
Complementary color
Monochromatic Colors of #2D4A19
Black with #2D4A19
Text Example
Text Example
White with #2D4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A19; }
p { color: rgb(45,74,25); }
H1.HeaderClassName
{
color: #2D4A19;
}
.AnyTagClassName
{
color: #2D4A19;
}
</style>
background-color css
<style>
a { background-color: #2D4A19; }
a { background-color: rgb(45,74,25); }
div.DivClassName
{
background-color: #2D4A19;
}
.BgClassName
{
background-color: #2D4A19;
}
</style>
border-color css
<style>
span { border-color: #2D4A19; }
span { border-color: rgb(45,74,25); }
td.TdClassName
{
border-color: #2D4A19;
}
.TagClassName
{
border-color: #2D4A19;
}
</style>