Shades of Dark Spring Green #248242
Tints of Dark Spring Green #248242
RGB
CMYK
RGB Variations
Color information
#248242 (or 0x248242) is known color: Dark Spring Green. HEX triplet: 24, 82 and 42. RGB value is (36,130,66). Sum of RGB (Red+Green+Blue) = 36+130+66=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #248242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248242 is #DB7DBD. Grayscale: #5E5E5E. Windows color (decimal): -14384574 or 4358692. OLE color: 4358692.
HSL color Cylindrical-coordinate representation of color #248242: hue angle of 139.15º degrees, saturation: 0.57, 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 #248242 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 66 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.49 |
| HSL | 139.15º | 0.57% | 0.33% | - |
| HSV(B) | 139.15º | 0.72% | 0.51% | - |
| XYZ | 9.69 | 16.73 | 7.87 | - |
| YUV | 94.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 66 | 0.72 | 0 | 0.49 | 0.49 | 139.15 | 0.57 | 0.33 |
| Hex | 24 | 82 | 42 | 48 | 0 | 31 | 31 | 8B | 39 | 21 |
| Octal | 44 | 202 | 102 | 110 | 0 | 61 | 61 | 213 | 71 | 41 |
| Binary | 100100 | 10000010 | 1000010 | 1001000 | 0 | 110001 | 110001 | 10001011 | 111001 | 100001 |
Color Harmonies of #248242
Complementary color
Monochromatic Colors of #248242
Black with #248242
Text Example
Text Example
White with #248242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248242; }
p { color: rgb(36,130,66); }
H1.HeaderClassName
{
color: #248242;
}
.AnyTagClassName
{
color: #248242;
}
</style>
background-color css
<style>
a { background-color: #248242; }
a { background-color: rgb(36,130,66); }
div.DivClassName
{
background-color: #248242;
}
.BgClassName
{
background-color: #248242;
}
</style>
border-color css
<style>
span { border-color: #248242; }
span { border-color: rgb(36,130,66); }
td.TdClassName
{
border-color: #248242;
}
.TagClassName
{
border-color: #248242;
}
</style>