Shades of Sea Green #248C44
Tints of Sea Green #248C44
RGB
CMYK
RGB Variations
Color information
#248C44 (or 0x248C44) is known color: Sea Green. HEX triplet: 24, 8C and 44. RGB value is (36,140,68). Sum of RGB (Red+Green+Blue) = 36+140+68=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #248C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C44 is #DB73BB. Grayscale: #646464. Windows color (decimal): -14382012 or 4492324. OLE color: 4492324.
HSL color Cylindrical-coordinate representation of color #248C44: hue angle of 138.46º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C44 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 68 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.45 |
| HSL | 138.46º | 0.59% | 0.35% | - |
| HSV(B) | 138.46º | 0.74% | 0.55% | - |
| XYZ | 11.15 | 19.55 | 8.65 | - |
| YUV | 100.7 | 109.54 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 68 | 0.74 | 0 | 0.51 | 0.45 | 138.46 | 0.59 | 0.35 |
| Hex | 24 | 8C | 44 | 4A | 0 | 33 | 2D | 8A | 3B | 23 |
| Octal | 44 | 214 | 104 | 112 | 0 | 63 | 55 | 212 | 73 | 43 |
| Binary | 100100 | 10001100 | 1000100 | 1001010 | 0 | 110011 | 101101 | 10001010 | 111011 | 100011 |
Color Harmonies of #248C44
Complementary color
Monochromatic Colors of #248C44
Black with #248C44
Text Example
Text Example
White with #248C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C44; }
p { color: rgb(36,140,68); }
H1.HeaderClassName
{
color: #248C44;
}
.AnyTagClassName
{
color: #248C44;
}
</style>
background-color css
<style>
a { background-color: #248C44; }
a { background-color: rgb(36,140,68); }
div.DivClassName
{
background-color: #248C44;
}
.BgClassName
{
background-color: #248C44;
}
</style>
border-color css
<style>
span { border-color: #248C44; }
span { border-color: rgb(36,140,68); }
td.TdClassName
{
border-color: #248C44;
}
.TagClassName
{
border-color: #248C44;
}
</style>