Shades of Sea Green #248842
Tints of Sea Green #248842
RGB
CMYK
RGB Variations
Color information
#248842 (or 0x248842) is known color: Sea Green. HEX triplet: 24, 88 and 42. RGB value is (36,136,66). Sum of RGB (Red+Green+Blue) = 36+136+66=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #248842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248842 is #DB77BD. Grayscale: #626262. Windows color (decimal): -14383038 or 4360228. OLE color: 4360228.
HSL color Cylindrical-coordinate representation of color #248842: hue angle of 138º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248842 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 136 | 66 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.47 |
| HSL | 138º | 0.58% | 0.34% | - |
| HSV(B) | 138º | 0.74% | 0.53% | - |
| XYZ | 10.52 | 18.38 | 8.15 | - |
| YUV | 98.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 66 | 0.74 | 0 | 0.51 | 0.47 | 138 | 0.58 | 0.34 |
| Hex | 24 | 88 | 42 | 4A | 0 | 33 | 2F | 8A | 3A | 22 |
| Octal | 44 | 210 | 102 | 112 | 0 | 63 | 57 | 212 | 72 | 42 |
| Binary | 100100 | 10001000 | 1000010 | 1001010 | 0 | 110011 | 101111 | 10001010 | 111010 | 100010 |
Color Harmonies of #248842
Complementary color
Monochromatic Colors of #248842
Black with #248842
Text Example
Text Example
White with #248842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248842; }
p { color: rgb(36,136,66); }
H1.HeaderClassName
{
color: #248842;
}
.AnyTagClassName
{
color: #248842;
}
</style>
background-color css
<style>
a { background-color: #248842; }
a { background-color: rgb(36,136,66); }
div.DivClassName
{
background-color: #248842;
}
.BgClassName
{
background-color: #248842;
}
</style>
border-color css
<style>
span { border-color: #248842; }
span { border-color: rgb(36,136,66); }
td.TdClassName
{
border-color: #248842;
}
.TagClassName
{
border-color: #248842;
}
</style>