Shades of Sea Green #31944A
Tints of Sea Green #31944A
RGB
CMYK
RGB Variations
Color information
#31944A (or 0x31944A) is known color: Sea Green. HEX triplet: 31, 94 and 4A. RGB value is (49,148,74). Sum of RGB (Red+Green+Blue) = 49+148+74=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #31944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31944A is #CE6BB5. Grayscale: #6E6E6E. Windows color (decimal): -13527990 or 4887601. OLE color: 4887601.
HSL color Cylindrical-coordinate representation of color #31944A: hue angle of 135.15º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31944A is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 148 | 74 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.42 |
| HSL | 135.15º | 0.5% | 0.39% | - |
| HSV(B) | 135.15º | 0.67% | 0.58% | - |
| XYZ | 13.09 | 22.33 | 10.1 | - |
| YUV | 109.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 74 | 0.67 | 0 | 0.50 | 0.42 | 135.15 | 0.5 | 0.39 |
| Hex | 31 | 94 | 4A | 43 | 0 | 32 | 2A | 87 | 32 | 27 |
| Octal | 61 | 224 | 112 | 103 | 0 | 62 | 52 | 207 | 62 | 47 |
| Binary | 110001 | 10010100 | 1001010 | 1000011 | 0 | 110010 | 101010 | 10000111 | 110010 | 100111 |
Color Harmonies of #31944A
Complementary color
Monochromatic Colors of #31944A
Black with #31944A
Text Example
Text Example
White with #31944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31944A; }
p { color: rgb(49,148,74); }
H1.HeaderClassName
{
color: #31944A;
}
.AnyTagClassName
{
color: #31944A;
}
</style>
background-color css
<style>
a { background-color: #31944A; }
a { background-color: rgb(49,148,74); }
div.DivClassName
{
background-color: #31944A;
}
.BgClassName
{
background-color: #31944A;
}
</style>
border-color css
<style>
span { border-color: #31944A; }
span { border-color: rgb(49,148,74); }
td.TdClassName
{
border-color: #31944A;
}
.TagClassName
{
border-color: #31944A;
}
</style>