Shades of Sea Green #248A42
Tints of Sea Green #248A42
RGB
CMYK
RGB Variations
Color information
#248A42 (or 0x248A42) is known color: Sea Green. HEX triplet: 24, 8A and 42. RGB value is (36,138,66). Sum of RGB (Red+Green+Blue) = 36+138+66=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #248A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A42 is #DB75BD. Grayscale: #636363. Windows color (decimal): -14382526 or 4360740. OLE color: 4360740.
HSL color Cylindrical-coordinate representation of color #248A42: hue angle of 137.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A42 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 66 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.46 |
| HSL | 137.65º | 0.59% | 0.34% | - |
| HSV(B) | 137.65º | 0.74% | 0.54% | - |
| XYZ | 10.8 | 18.95 | 8.24 | - |
| YUV | 99.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 66 | 0.74 | 0 | 0.52 | 0.46 | 137.65 | 0.59 | 0.34 |
| Hex | 24 | 8A | 42 | 4A | 0 | 34 | 2E | 8A | 3B | 22 |
| Octal | 44 | 212 | 102 | 112 | 0 | 64 | 56 | 212 | 73 | 42 |
| Binary | 100100 | 10001010 | 1000010 | 1001010 | 0 | 110100 | 101110 | 10001010 | 111011 | 100010 |
Color Harmonies of #248A42
Complementary color
Monochromatic Colors of #248A42
Black with #248A42
Text Example
Text Example
White with #248A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A42; }
p { color: rgb(36,138,66); }
H1.HeaderClassName
{
color: #248A42;
}
.AnyTagClassName
{
color: #248A42;
}
</style>
background-color css
<style>
a { background-color: #248A42; }
a { background-color: rgb(36,138,66); }
div.DivClassName
{
background-color: #248A42;
}
.BgClassName
{
background-color: #248A42;
}
</style>
border-color css
<style>
span { border-color: #248A42; }
span { border-color: rgb(36,138,66); }
td.TdClassName
{
border-color: #248A42;
}
.TagClassName
{
border-color: #248A42;
}
</style>