Shades of Sea Green #249145
Tints of Sea Green #249145
RGB
CMYK
RGB Variations
Color information
#249145 (or 0x249145) is known color: Sea Green. HEX triplet: 24, 91 and 45. RGB value is (36,145,69). Sum of RGB (Red+Green+Blue) = 36+145+69=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #249145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249145 is #DB6EBA. Grayscale: #676767. Windows color (decimal): -14380731 or 4559140. OLE color: 4559140.
HSL color Cylindrical-coordinate representation of color #249145: hue angle of 138.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249145 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 69 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.43 |
| HSL | 138.17º | 0.6% | 0.35% | - |
| HSV(B) | 138.17º | 0.75% | 0.57% | - |
| XYZ | 11.93 | 21.06 | 9.07 | - |
| YUV | 103.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 69 | 0.75 | 0 | 0.52 | 0.43 | 138.17 | 0.6 | 0.35 |
| Hex | 24 | 91 | 45 | 4B | 0 | 34 | 2B | 8A | 3C | 23 |
| Octal | 44 | 221 | 105 | 113 | 0 | 64 | 53 | 212 | 74 | 43 |
| Binary | 100100 | 10010001 | 1000101 | 1001011 | 0 | 110100 | 101011 | 10001010 | 111100 | 100011 |
Color Harmonies of #249145
Complementary color
Monochromatic Colors of #249145
Black with #249145
Text Example
Text Example
White with #249145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249145; }
p { color: rgb(36,145,69); }
H1.HeaderClassName
{
color: #249145;
}
.AnyTagClassName
{
color: #249145;
}
</style>
background-color css
<style>
a { background-color: #249145; }
a { background-color: rgb(36,145,69); }
div.DivClassName
{
background-color: #249145;
}
.BgClassName
{
background-color: #249145;
}
</style>
border-color css
<style>
span { border-color: #249145; }
span { border-color: rgb(36,145,69); }
td.TdClassName
{
border-color: #249145;
}
.TagClassName
{
border-color: #249145;
}
</style>