Shades of Seaweed #2A530B
Tints of Seaweed #2A530B
RGB
CMYK
RGB Variations
Color information
#2A530B (or 0x2A530B) is known color: Seaweed. HEX triplet: 2A, 53 and 0B. RGB value is (42,83,11). Sum of RGB (Red+Green+Blue) = 42+83+11=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #2A530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A530B is #D5ACF4. Grayscale: #3E3E3E. Windows color (decimal): -14003445 or 742186. OLE color: 742186.
HSL color Cylindrical-coordinate representation of color #2A530B: hue angle of 94.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A530B is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 11 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.67 |
| HSL | 94.17º | 0.77% | 0.18% | - |
| HSV(B) | 94.17º | 0.87% | 0.33% | - |
| XYZ | 4.11 | 6.7 | 1.39 | - |
| YUV | 62.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 11 | 0.49 | 0 | 0.87 | 0.67 | 94.17 | 0.77 | 0.18 |
| Hex | 2A | 53 | B | 31 | 0 | 57 | 43 | 5E | 4D | 12 |
| Octal | 52 | 123 | 13 | 61 | 0 | 127 | 103 | 136 | 115 | 22 |
| Binary | 101010 | 1010011 | 1011 | 110001 | 0 | 1010111 | 1000011 | 1011110 | 1001101 | 10010 |
Color Harmonies of #2A530B
Complementary color
Monochromatic Colors of #2A530B
Black with #2A530B
Text Example
Text Example
White with #2A530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A530B; }
p { color: rgb(42,83,11); }
H1.HeaderClassName
{
color: #2A530B;
}
.AnyTagClassName
{
color: #2A530B;
}
</style>
background-color css
<style>
a { background-color: #2A530B; }
a { background-color: rgb(42,83,11); }
div.DivClassName
{
background-color: #2A530B;
}
.BgClassName
{
background-color: #2A530B;
}
</style>
border-color css
<style>
span { border-color: #2A530B; }
span { border-color: rgb(42,83,11); }
td.TdClassName
{
border-color: #2A530B;
}
.TagClassName
{
border-color: #2A530B;
}
</style>