Shades of Sea Green #2F815D
Tints of Sea Green #2F815D
RGB
CMYK
RGB Variations
Color information
#2F815D (or 0x2F815D) is known color: Sea Green. HEX triplet: 2F, 81 and 5D. RGB value is (47,129,93). Sum of RGB (Red+Green+Blue) = 47+129+93=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #2F815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F815D is #D07EA2. Grayscale: #646464. Windows color (decimal): -13663907 or 6127919. OLE color: 6127919.
HSL color Cylindrical-coordinate representation of color #2F815D: hue angle of 153.66º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F815D is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 93 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.49 |
| HSL | 153.66º | 0.47% | 0.35% | - |
| HSV(B) | 153.66º | 0.64% | 0.51% | - |
| XYZ | 11 | 17.1 | 13.08 | - |
| YUV | 100.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 93 | 0.64 | 0 | 0.28 | 0.49 | 153.66 | 0.47 | 0.35 |
| Hex | 2F | 81 | 5D | 40 | 0 | 1C | 31 | 9A | 2F | 23 |
| Octal | 57 | 201 | 135 | 100 | 0 | 34 | 61 | 232 | 57 | 43 |
| Binary | 101111 | 10000001 | 1011101 | 1000000 | 0 | 11100 | 110001 | 10011010 | 101111 | 100011 |
Color Harmonies of #2F815D
Complementary color
Monochromatic Colors of #2F815D
Black with #2F815D
Text Example
Text Example
White with #2F815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F815D; }
p { color: rgb(47,129,93); }
H1.HeaderClassName
{
color: #2F815D;
}
.AnyTagClassName
{
color: #2F815D;
}
</style>
background-color css
<style>
a { background-color: #2F815D; }
a { background-color: rgb(47,129,93); }
div.DivClassName
{
background-color: #2F815D;
}
.BgClassName
{
background-color: #2F815D;
}
</style>
border-color css
<style>
span { border-color: #2F815D; }
span { border-color: rgb(47,129,93); }
td.TdClassName
{
border-color: #2F815D;
}
.TagClassName
{
border-color: #2F815D;
}
</style>