Shades of Sea Green #1F933D
Tints of Sea Green #1F933D
RGB
CMYK
RGB Variations
Color information
#1F933D (or 0x1F933D) is known color: Sea Green. HEX triplet: 1F, 93 and 3D. RGB value is (31,147,61). Sum of RGB (Red+Green+Blue) = 31+147+61=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #1F933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F933D is #E06CC2. Grayscale: #666666. Windows color (decimal): -14707907 or 4035359. OLE color: 4035359.
HSL color Cylindrical-coordinate representation of color #1F933D: hue angle of 135.52º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F933D is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 61 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.42 |
| HSL | 135.52º | 0.65% | 0.35% | - |
| HSV(B) | 135.52º | 0.79% | 0.58% | - |
| XYZ | 11.84 | 21.5 | 7.94 | - |
| YUV | 102.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 61 | 0.79 | 0 | 0.59 | 0.42 | 135.52 | 0.65 | 0.35 |
| Hex | 1F | 93 | 3D | 4F | 0 | 3B | 2A | 88 | 41 | 23 |
| Octal | 37 | 223 | 75 | 117 | 0 | 73 | 52 | 210 | 101 | 43 |
| Binary | 11111 | 10010011 | 111101 | 1001111 | 0 | 111011 | 101010 | 10001000 | 1000001 | 100011 |
Color Harmonies of #1F933D
Complementary color
Monochromatic Colors of #1F933D
Black with #1F933D
Text Example
Text Example
White with #1F933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F933D; }
p { color: rgb(31,147,61); }
H1.HeaderClassName
{
color: #1F933D;
}
.AnyTagClassName
{
color: #1F933D;
}
</style>
background-color css
<style>
a { background-color: #1F933D; }
a { background-color: rgb(31,147,61); }
div.DivClassName
{
background-color: #1F933D;
}
.BgClassName
{
background-color: #1F933D;
}
</style>
border-color css
<style>
span { border-color: #1F933D; }
span { border-color: rgb(31,147,61); }
td.TdClassName
{
border-color: #1F933D;
}
.TagClassName
{
border-color: #1F933D;
}
</style>