Shades of Seaweed #2A4814
Tints of Seaweed #2A4814
RGB
CMYK
RGB Variations
Color information
#2A4814 (or 0x2A4814) is known color: Seaweed. HEX triplet: 2A, 48 and 14. RGB value is (42,72,20). Sum of RGB (Red+Green+Blue) = 42+72+20=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4814 is #D5B7EB. Grayscale: #393939. Windows color (decimal): -14006252 or 1329194. OLE color: 1329194.
HSL color Cylindrical-coordinate representation of color #2A4814: hue angle of 94.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4814 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 20 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.72 |
| HSL | 94.62º | 0.57% | 0.18% | - |
| HSV(B) | 94.62º | 0.72% | 0.28% | - |
| XYZ | 3.4 | 5.18 | 1.48 | - |
| YUV | 57.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 20 | 0.42 | 0 | 0.72 | 0.72 | 94.62 | 0.57 | 0.18 |
| Hex | 2A | 48 | 14 | 2A | 0 | 48 | 48 | 5F | 39 | 12 |
| Octal | 52 | 110 | 24 | 52 | 0 | 110 | 110 | 137 | 71 | 22 |
| Binary | 101010 | 1001000 | 10100 | 101010 | 0 | 1001000 | 1001000 | 1011111 | 111001 | 10010 |
Color Harmonies of #2A4814
Complementary color
Monochromatic Colors of #2A4814
Black with #2A4814
Text Example
Text Example
White with #2A4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4814; }
p { color: rgb(42,72,20); }
H1.HeaderClassName
{
color: #2A4814;
}
.AnyTagClassName
{
color: #2A4814;
}
</style>
background-color css
<style>
a { background-color: #2A4814; }
a { background-color: rgb(42,72,20); }
div.DivClassName
{
background-color: #2A4814;
}
.BgClassName
{
background-color: #2A4814;
}
</style>
border-color css
<style>
span { border-color: #2A4814; }
span { border-color: rgb(42,72,20); }
td.TdClassName
{
border-color: #2A4814;
}
.TagClassName
{
border-color: #2A4814;
}
</style>