Shades of Seaweed #2D451A
Tints of Seaweed #2D451A
RGB
CMYK
RGB Variations
Color information
#2D451A (or 0x2D451A) is known color: Seaweed. HEX triplet: 2D, 45 and 1A. RGB value is (45,69,26). Sum of RGB (Red+Green+Blue) = 45+69+26=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #2D451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D451A is #D2BAE5. Grayscale: #393939. Windows color (decimal): -13810406 or 1721645. OLE color: 1721645.
HSL color Cylindrical-coordinate representation of color #2D451A: hue angle of 93.49º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D451A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 26 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.73 |
| HSL | 93.49º | 0.45% | 0.19% | - |
| HSV(B) | 93.49º | 0.62% | 0.27% | - |
| XYZ | 3.4 | 4.89 | 1.74 | - |
| YUV | 56.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 26 | 0.35 | 0 | 0.62 | 0.73 | 93.49 | 0.45 | 0.19 |
| Hex | 2D | 45 | 1A | 23 | 0 | 3E | 49 | 5D | 2D | 13 |
| Octal | 55 | 105 | 32 | 43 | 0 | 76 | 111 | 135 | 55 | 23 |
| Binary | 101101 | 1000101 | 11010 | 100011 | 0 | 111110 | 1001001 | 1011101 | 101101 | 10011 |
Color Harmonies of #2D451A
Complementary color
Monochromatic Colors of #2D451A
Black with #2D451A
Text Example
Text Example
White with #2D451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D451A; }
p { color: rgb(45,69,26); }
H1.HeaderClassName
{
color: #2D451A;
}
.AnyTagClassName
{
color: #2D451A;
}
</style>
background-color css
<style>
a { background-color: #2D451A; }
a { background-color: rgb(45,69,26); }
div.DivClassName
{
background-color: #2D451A;
}
.BgClassName
{
background-color: #2D451A;
}
</style>
border-color css
<style>
span { border-color: #2D451A; }
span { border-color: rgb(45,69,26); }
td.TdClassName
{
border-color: #2D451A;
}
.TagClassName
{
border-color: #2D451A;
}
</style>