Shades of Seaweed #2A530A
Tints of Seaweed #2A530A
RGB
CMYK
RGB Variations
Color information
#2A530A (or 0x2A530A) is known color: Seaweed. HEX triplet: 2A, 53 and 0A. RGB value is (42,83,10). Sum of RGB (Red+Green+Blue) = 42+83+10=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #2A530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A530A is #D5ACF5. Grayscale: #3E3E3E. Windows color (decimal): -14003446 or 676650. OLE color: 676650.
HSL color Cylindrical-coordinate representation of color #2A530A: hue angle of 93.7º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A530A is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 10 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.67 |
| HSL | 93.7º | 0.78% | 0.18% | - |
| HSV(B) | 93.7º | 0.88% | 0.33% | - |
| XYZ | 4.1 | 6.7 | 1.36 | - |
| YUV | 62.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 10 | 0.49 | 0 | 0.88 | 0.67 | 93.7 | 0.78 | 0.18 |
| Hex | 2A | 53 | A | 31 | 0 | 58 | 43 | 5E | 4E | 12 |
| Octal | 52 | 123 | 12 | 61 | 0 | 130 | 103 | 136 | 116 | 22 |
| Binary | 101010 | 1010011 | 1010 | 110001 | 0 | 1011000 | 1000011 | 1011110 | 1001110 | 10010 |
Color Harmonies of #2A530A
Complementary color
Monochromatic Colors of #2A530A
Black with #2A530A
Text Example
Text Example
White with #2A530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A530A; }
p { color: rgb(42,83,10); }
H1.HeaderClassName
{
color: #2A530A;
}
.AnyTagClassName
{
color: #2A530A;
}
</style>
background-color css
<style>
a { background-color: #2A530A; }
a { background-color: rgb(42,83,10); }
div.DivClassName
{
background-color: #2A530A;
}
.BgClassName
{
background-color: #2A530A;
}
</style>
border-color css
<style>
span { border-color: #2A530A; }
span { border-color: rgb(42,83,10); }
td.TdClassName
{
border-color: #2A530A;
}
.TagClassName
{
border-color: #2A530A;
}
</style>