Shades of Seaweed #2D4B18
Tints of Seaweed #2D4B18
RGB
CMYK
RGB Variations
Color information
#2D4B18 (or 0x2D4B18) is known color: Seaweed. HEX triplet: 2D, 4B and 18. RGB value is (45,75,24). Sum of RGB (Red+Green+Blue) = 45+75+24=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B18 is #D2B4E7. Grayscale: #3C3C3C. Windows color (decimal): -13808872 or 1592109. OLE color: 1592109.
HSL color Cylindrical-coordinate representation of color #2D4B18: hue angle of 95.29º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D4B18 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 24 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.71 |
| HSL | 95.29º | 0.52% | 0.19% | - |
| HSV(B) | 95.29º | 0.68% | 0.29% | - |
| XYZ | 3.76 | 5.66 | 1.76 | - |
| YUV | 60.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 24 | 0.40 | 0 | 0.68 | 0.71 | 95.29 | 0.52 | 0.19 |
| Hex | 2D | 4B | 18 | 28 | 0 | 44 | 47 | 5F | 34 | 13 |
| Octal | 55 | 113 | 30 | 50 | 0 | 104 | 107 | 137 | 64 | 23 |
| Binary | 101101 | 1001011 | 11000 | 101000 | 0 | 1000100 | 1000111 | 1011111 | 110100 | 10011 |
Color Harmonies of #2D4B18
Complementary color
Monochromatic Colors of #2D4B18
Black with #2D4B18
Text Example
Text Example
White with #2D4B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B18; }
p { color: rgb(45,75,24); }
H1.HeaderClassName
{
color: #2D4B18;
}
.AnyTagClassName
{
color: #2D4B18;
}
</style>
background-color css
<style>
a { background-color: #2D4B18; }
a { background-color: rgb(45,75,24); }
div.DivClassName
{
background-color: #2D4B18;
}
.BgClassName
{
background-color: #2D4B18;
}
</style>
border-color css
<style>
span { border-color: #2D4B18; }
span { border-color: rgb(45,75,24); }
td.TdClassName
{
border-color: #2D4B18;
}
.TagClassName
{
border-color: #2D4B18;
}
</style>