Shades of Sea Green #258245
Tints of Sea Green #258245
RGB
CMYK
RGB Variations
Color information
#258245 (or 0x258245) is known color: Sea Green. HEX triplet: 25, 82 and 45. RGB value is (37,130,69). Sum of RGB (Red+Green+Blue) = 37+130+69=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #258245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258245 is #DA7DBA. Grayscale: #5F5F5F. Windows color (decimal): -14319035 or 4555301. OLE color: 4555301.
HSL color Cylindrical-coordinate representation of color #258245: hue angle of 140.65º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258245 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 69 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.49 |
| HSL | 140.65º | 0.56% | 0.33% | - |
| HSV(B) | 140.65º | 0.72% | 0.51% | - |
| XYZ | 9.82 | 16.79 | 8.35 | - |
| YUV | 95.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 69 | 0.72 | 0 | 0.47 | 0.49 | 140.65 | 0.56 | 0.33 |
| Hex | 25 | 82 | 45 | 48 | 0 | 2F | 31 | 8D | 38 | 21 |
| Octal | 45 | 202 | 105 | 110 | 0 | 57 | 61 | 215 | 70 | 41 |
| Binary | 100101 | 10000010 | 1000101 | 1001000 | 0 | 101111 | 110001 | 10001101 | 111000 | 100001 |
Color Harmonies of #258245
Complementary color
Monochromatic Colors of #258245
Black with #258245
Text Example
Text Example
White with #258245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258245; }
p { color: rgb(37,130,69); }
H1.HeaderClassName
{
color: #258245;
}
.AnyTagClassName
{
color: #258245;
}
</style>
background-color css
<style>
a { background-color: #258245; }
a { background-color: rgb(37,130,69); }
div.DivClassName
{
background-color: #258245;
}
.BgClassName
{
background-color: #258245;
}
</style>
border-color css
<style>
span { border-color: #258245; }
span { border-color: rgb(37,130,69); }
td.TdClassName
{
border-color: #258245;
}
.TagClassName
{
border-color: #258245;
}
</style>