Shades of Seaweed #2A480F
Tints of Seaweed #2A480F
RGB
CMYK
RGB Variations
Color information
#2A480F (or 0x2A480F) is known color: Seaweed. HEX triplet: 2A, 48 and 0F. RGB value is (42,72,15). Sum of RGB (Red+Green+Blue) = 42+72+15=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #2A480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A480F is #D5B7F0. Grayscale: #383838. Windows color (decimal): -14006257 or 1001514. OLE color: 1001514.
HSL color Cylindrical-coordinate representation of color #2A480F: hue angle of 91.58º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A480F is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 15 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.72 |
| HSL | 91.58º | 0.66% | 0.17% | - |
| HSV(B) | 91.58º | 0.79% | 0.28% | - |
| XYZ | 3.36 | 5.16 | 1.27 | - |
| YUV | 56.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 15 | 0.42 | 0 | 0.79 | 0.72 | 91.58 | 0.66 | 0.17 |
| Hex | 2A | 48 | F | 2A | 0 | 4F | 48 | 5C | 42 | 11 |
| Octal | 52 | 110 | 17 | 52 | 0 | 117 | 110 | 134 | 102 | 21 |
| Binary | 101010 | 1001000 | 1111 | 101010 | 0 | 1001111 | 1001000 | 1011100 | 1000010 | 10001 |
Color Harmonies of #2A480F
Complementary color
Monochromatic Colors of #2A480F
Black with #2A480F
Text Example
Text Example
White with #2A480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A480F; }
p { color: rgb(42,72,15); }
H1.HeaderClassName
{
color: #2A480F;
}
.AnyTagClassName
{
color: #2A480F;
}
</style>
background-color css
<style>
a { background-color: #2A480F; }
a { background-color: rgb(42,72,15); }
div.DivClassName
{
background-color: #2A480F;
}
.BgClassName
{
background-color: #2A480F;
}
</style>
border-color css
<style>
span { border-color: #2A480F; }
span { border-color: rgb(42,72,15); }
td.TdClassName
{
border-color: #2A480F;
}
.TagClassName
{
border-color: #2A480F;
}
</style>