Shades of Sea Green #2F815B
Tints of Sea Green #2F815B
RGB
CMYK
RGB Variations
Color information
#2F815B (or 0x2F815B) is known color: Sea Green. HEX triplet: 2F, 81 and 5B. RGB value is (47,129,91). Sum of RGB (Red+Green+Blue) = 47+129+91=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #2F815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F815B is #D07EA4. Grayscale: #646464. Windows color (decimal): -13663909 or 5996847. OLE color: 5996847.
HSL color Cylindrical-coordinate representation of color #2F815B: hue angle of 152.2º 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 #2F815B is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 91 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.49 |
| HSL | 152.2º | 0.47% | 0.35% | - |
| HSV(B) | 152.2º | 0.64% | 0.51% | - |
| XYZ | 10.91 | 17.06 | 12.62 | - |
| YUV | 100.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 91 | 0.64 | 0 | 0.29 | 0.49 | 152.2 | 0.47 | 0.35 |
| Hex | 2F | 81 | 5B | 40 | 0 | 1D | 31 | 98 | 2F | 23 |
| Octal | 57 | 201 | 133 | 100 | 0 | 35 | 61 | 230 | 57 | 43 |
| Binary | 101111 | 10000001 | 1011011 | 1000000 | 0 | 11101 | 110001 | 10011000 | 101111 | 100011 |
Color Harmonies of #2F815B
Complementary color
Monochromatic Colors of #2F815B
Black with #2F815B
Text Example
Text Example
White with #2F815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F815B; }
p { color: rgb(47,129,91); }
H1.HeaderClassName
{
color: #2F815B;
}
.AnyTagClassName
{
color: #2F815B;
}
</style>
background-color css
<style>
a { background-color: #2F815B; }
a { background-color: rgb(47,129,91); }
div.DivClassName
{
background-color: #2F815B;
}
.BgClassName
{
background-color: #2F815B;
}
</style>
border-color css
<style>
span { border-color: #2F815B; }
span { border-color: rgb(47,129,91); }
td.TdClassName
{
border-color: #2F815B;
}
.TagClassName
{
border-color: #2F815B;
}
</style>