Shades of Seaweed #2A4A15
Tints of Seaweed #2A4A15
RGB
CMYK
RGB Variations
Color information
#2A4A15 (or 0x2A4A15) is known color: Seaweed. HEX triplet: 2A, 4A and 15. RGB value is (42,74,21). Sum of RGB (Red+Green+Blue) = 42+74+21=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 74 (29.30% from 255 or 54.01% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4A15 is #D5B5EA. Grayscale: #3A3A3A. Windows color (decimal): -14005739 or 1395242. OLE color: 1395242.
HSL color Cylindrical-coordinate representation of color #2A4A15: hue angle of 96.23º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4A15 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 21 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.71 |
| HSL | 96.23º | 0.56% | 0.19% | - |
| HSV(B) | 96.23º | 0.72% | 0.29% | - |
| XYZ | 3.54 | 5.44 | 1.57 | - |
| YUV | 58.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 21 | 0.43 | 0 | 0.72 | 0.71 | 96.23 | 0.56 | 0.19 |
| Hex | 2A | 4A | 15 | 2B | 0 | 48 | 47 | 60 | 38 | 13 |
| Octal | 52 | 112 | 25 | 53 | 0 | 110 | 107 | 140 | 70 | 23 |
| Binary | 101010 | 1001010 | 10101 | 101011 | 0 | 1001000 | 1000111 | 1100000 | 111000 | 10011 |
Color Harmonies of #2A4A15
Complementary color
Monochromatic Colors of #2A4A15
Black with #2A4A15
Text Example
Text Example
White with #2A4A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A15; }
p { color: rgb(42,74,21); }
H1.HeaderClassName
{
color: #2A4A15;
}
.AnyTagClassName
{
color: #2A4A15;
}
</style>
background-color css
<style>
a { background-color: #2A4A15; }
a { background-color: rgb(42,74,21); }
div.DivClassName
{
background-color: #2A4A15;
}
.BgClassName
{
background-color: #2A4A15;
}
</style>
border-color css
<style>
span { border-color: #2A4A15; }
span { border-color: rgb(42,74,21); }
td.TdClassName
{
border-color: #2A4A15;
}
.TagClassName
{
border-color: #2A4A15;
}
</style>