Shades of Seaweed #2F4E10
Tints of Seaweed #2F4E10
RGB
CMYK
RGB Variations
Color information
#2F4E10 (or 0x2F4E10) is known color: Seaweed. HEX triplet: 2F, 4E and 10. RGB value is (47,78,16). Sum of RGB (Red+Green+Blue) = 47+78+16=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4E10 is #D0B1EF. Grayscale: #3D3D3D. Windows color (decimal): -13677040 or 1068591. OLE color: 1068591.
HSL color Cylindrical-coordinate representation of color #2F4E10: hue angle of 90º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F4E10 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 78 | 16 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.69 |
| HSL | 90º | 0.66% | 0.18% | - |
| HSV(B) | 90º | 0.79% | 0.31% | - |
| XYZ | 3.99 | 6.09 | 1.46 | - |
| YUV | 61.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 16 | 0.40 | 0 | 0.79 | 0.69 | 90 | 0.66 | 0.18 |
| Hex | 2F | 4E | 10 | 28 | 0 | 4F | 45 | 5A | 42 | 12 |
| Octal | 57 | 116 | 20 | 50 | 0 | 117 | 105 | 132 | 102 | 22 |
| Binary | 101111 | 1001110 | 10000 | 101000 | 0 | 1001111 | 1000101 | 1011010 | 1000010 | 10010 |
Color Harmonies of #2F4E10
Complementary color
Monochromatic Colors of #2F4E10
Black with #2F4E10
Text Example
Text Example
White with #2F4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E10; }
p { color: rgb(47,78,16); }
H1.HeaderClassName
{
color: #2F4E10;
}
.AnyTagClassName
{
color: #2F4E10;
}
</style>
background-color css
<style>
a { background-color: #2F4E10; }
a { background-color: rgb(47,78,16); }
div.DivClassName
{
background-color: #2F4E10;
}
.BgClassName
{
background-color: #2F4E10;
}
</style>
border-color css
<style>
span { border-color: #2F4E10; }
span { border-color: rgb(47,78,16); }
td.TdClassName
{
border-color: #2F4E10;
}
.TagClassName
{
border-color: #2F4E10;
}
</style>