Shades of Sea Green #31905B
Tints of Sea Green #31905B
RGB
CMYK
RGB Variations
Color information
#31905B (or 0x31905B) is known color: Sea Green. HEX triplet: 31, 90 and 5B. RGB value is (49,144,91). Sum of RGB (Red+Green+Blue) = 49+144+91=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #31905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31905B is #CE6FA4. Grayscale: #6D6D6D. Windows color (decimal): -13528997 or 6000689. OLE color: 6000689.
HSL color Cylindrical-coordinate representation of color #31905B: hue angle of 146.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31905B is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 144 | 91 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.44 |
| HSL | 146.53º | 0.49% | 0.38% | - |
| HSV(B) | 146.53º | 0.66% | 0.56% | - |
| XYZ | 13.13 | 21.35 | 13.33 | - |
| YUV | 109.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 91 | 0.66 | 0 | 0.37 | 0.44 | 146.53 | 0.49 | 0.38 |
| Hex | 31 | 90 | 5B | 42 | 0 | 25 | 2C | 93 | 31 | 26 |
| Octal | 61 | 220 | 133 | 102 | 0 | 45 | 54 | 223 | 61 | 46 |
| Binary | 110001 | 10010000 | 1011011 | 1000010 | 0 | 100101 | 101100 | 10010011 | 110001 | 100110 |
Color Harmonies of #31905B
Complementary color
Monochromatic Colors of #31905B
Black with #31905B
Text Example
Text Example
White with #31905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31905B; }
p { color: rgb(49,144,91); }
H1.HeaderClassName
{
color: #31905B;
}
.AnyTagClassName
{
color: #31905B;
}
</style>
background-color css
<style>
a { background-color: #31905B; }
a { background-color: rgb(49,144,91); }
div.DivClassName
{
background-color: #31905B;
}
.BgClassName
{
background-color: #31905B;
}
</style>
border-color css
<style>
span { border-color: #31905B; }
span { border-color: rgb(49,144,91); }
td.TdClassName
{
border-color: #31905B;
}
.TagClassName
{
border-color: #31905B;
}
</style>