Shades of Seaweed #2D4B17
Tints of Seaweed #2D4B17
RGB
CMYK
RGB Variations
Color information
#2D4B17 (or 0x2D4B17) is known color: Seaweed. HEX triplet: 2D, 4B and 17. RGB value is (45,75,23). Sum of RGB (Red+Green+Blue) = 45+75+23=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B17 is #D2B4E8. Grayscale: #3C3C3C. Windows color (decimal): -13808873 or 1526573. OLE color: 1526573.
HSL color Cylindrical-coordinate representation of color #2D4B17: hue angle of 94.62º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D4B17 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 23 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.71 |
| HSL | 94.62º | 0.53% | 0.19% | - |
| HSV(B) | 94.62º | 0.69% | 0.29% | - |
| XYZ | 3.75 | 5.65 | 1.7 | - |
| YUV | 60.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 23 | 0.40 | 0 | 0.69 | 0.71 | 94.62 | 0.53 | 0.19 |
| Hex | 2D | 4B | 17 | 28 | 0 | 45 | 47 | 5F | 35 | 13 |
| Octal | 55 | 113 | 27 | 50 | 0 | 105 | 107 | 137 | 65 | 23 |
| Binary | 101101 | 1001011 | 10111 | 101000 | 0 | 1000101 | 1000111 | 1011111 | 110101 | 10011 |
Color Harmonies of #2D4B17
Complementary color
Monochromatic Colors of #2D4B17
Black with #2D4B17
Text Example
Text Example
White with #2D4B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B17; }
p { color: rgb(45,75,23); }
H1.HeaderClassName
{
color: #2D4B17;
}
.AnyTagClassName
{
color: #2D4B17;
}
</style>
background-color css
<style>
a { background-color: #2D4B17; }
a { background-color: rgb(45,75,23); }
div.DivClassName
{
background-color: #2D4B17;
}
.BgClassName
{
background-color: #2D4B17;
}
</style>
border-color css
<style>
span { border-color: #2D4B17; }
span { border-color: rgb(45,75,23); }
td.TdClassName
{
border-color: #2D4B17;
}
.TagClassName
{
border-color: #2D4B17;
}
</style>