Shades of Sea Green #248B3F
Tints of Sea Green #248B3F
RGB
CMYK
RGB Variations
Color information
#248B3F (or 0x248B3F) is known color: Sea Green. HEX triplet: 24, 8B and 3F. RGB value is (36,139,63). Sum of RGB (Red+Green+Blue) = 36+139+63=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #248B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B3F is #DB74C0. Grayscale: #636363. Windows color (decimal): -14382273 or 4164388. OLE color: 4164388.
HSL color Cylindrical-coordinate representation of color #248B3F: hue angle of 135.73º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B3F is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 63 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.45 |
| HSL | 135.73º | 0.59% | 0.34% | - |
| HSV(B) | 135.73º | 0.74% | 0.55% | - |
| XYZ | 10.86 | 19.2 | 7.84 | - |
| YUV | 99.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 63 | 0.74 | 0 | 0.55 | 0.45 | 135.73 | 0.59 | 0.34 |
| Hex | 24 | 8B | 3F | 4A | 0 | 37 | 2D | 88 | 3B | 22 |
| Octal | 44 | 213 | 77 | 112 | 0 | 67 | 55 | 210 | 73 | 42 |
| Binary | 100100 | 10001011 | 111111 | 1001010 | 0 | 110111 | 101101 | 10001000 | 111011 | 100010 |
Color Harmonies of #248B3F
Complementary color
Monochromatic Colors of #248B3F
Black with #248B3F
Text Example
Text Example
White with #248B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B3F; }
p { color: rgb(36,139,63); }
H1.HeaderClassName
{
color: #248B3F;
}
.AnyTagClassName
{
color: #248B3F;
}
</style>
background-color css
<style>
a { background-color: #248B3F; }
a { background-color: rgb(36,139,63); }
div.DivClassName
{
background-color: #248B3F;
}
.BgClassName
{
background-color: #248B3F;
}
</style>
border-color css
<style>
span { border-color: #248B3F; }
span { border-color: rgb(36,139,63); }
td.TdClassName
{
border-color: #248B3F;
}
.TagClassName
{
border-color: #248B3F;
}
</style>