Shades of Seaweed #2D5B08
Tints of Seaweed #2D5B08
RGB
CMYK
RGB Variations
Color information
#2D5B08 (or 0x2D5B08) is known color: Seaweed. HEX triplet: 2D, 5B and 08. RGB value is (45,91,8). Sum of RGB (Red+Green+Blue) = 45+91+8=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 91 (35.94% from 255 or 63.19% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5B08 is #D2A4F7. Grayscale: #444444. Windows color (decimal): -13804792 or 547629. OLE color: 547629.
HSL color Cylindrical-coordinate representation of color #2D5B08: hue angle of 93.25º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D5B08 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 8 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.64 |
| HSL | 93.25º | 0.84% | 0.19% | - |
| HSV(B) | 93.25º | 0.91% | 0.36% | - |
| XYZ | 4.87 | 8.06 | 1.53 | - |
| YUV | 67.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 8 | 0.51 | 0 | 0.91 | 0.64 | 93.25 | 0.84 | 0.19 |
| Hex | 2D | 5B | 8 | 33 | 0 | 5B | 40 | 5D | 54 | 13 |
| Octal | 55 | 133 | 10 | 63 | 0 | 133 | 100 | 135 | 124 | 23 |
| Binary | 101101 | 1011011 | 1000 | 110011 | 0 | 1011011 | 1000000 | 1011101 | 1010100 | 10011 |
Color Harmonies of #2D5B08
Complementary color
Monochromatic Colors of #2D5B08
Black with #2D5B08
Text Example
Text Example
White with #2D5B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B08; }
p { color: rgb(45,91,8); }
H1.HeaderClassName
{
color: #2D5B08;
}
.AnyTagClassName
{
color: #2D5B08;
}
</style>
background-color css
<style>
a { background-color: #2D5B08; }
a { background-color: rgb(45,91,8); }
div.DivClassName
{
background-color: #2D5B08;
}
.BgClassName
{
background-color: #2D5B08;
}
</style>
border-color css
<style>
span { border-color: #2D5B08; }
span { border-color: rgb(45,91,8); }
td.TdClassName
{
border-color: #2D5B08;
}
.TagClassName
{
border-color: #2D5B08;
}
</style>