Shades of Dark Spring Green #238240
Tints of Dark Spring Green #238240
RGB
CMYK
RGB Variations
Color information
#238240 (or 0x238240) is known color: Dark Spring Green. HEX triplet: 23, 82 and 40. RGB value is (35,130,64). Sum of RGB (Red+Green+Blue) = 35+130+64=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #238240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238240 is #DC7DBF. Grayscale: #5E5E5E. Windows color (decimal): -14450112 or 4227619. OLE color: 4227619.
HSL color Cylindrical-coordinate representation of color #238240: hue angle of 138.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238240 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 64 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.49 |
| HSL | 138.32º | 0.58% | 0.32% | - |
| HSV(B) | 138.32º | 0.73% | 0.51% | - |
| XYZ | 9.6 | 16.69 | 7.57 | - |
| YUV | 94.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 64 | 0.73 | 0 | 0.51 | 0.49 | 138.32 | 0.58 | 0.32 |
| Hex | 23 | 82 | 40 | 49 | 0 | 33 | 31 | 8A | 3A | 20 |
| Octal | 43 | 202 | 100 | 111 | 0 | 63 | 61 | 212 | 72 | 40 |
| Binary | 100011 | 10000010 | 1000000 | 1001001 | 0 | 110011 | 110001 | 10001010 | 111010 | 100000 |
Color Harmonies of #238240
Complementary color
Monochromatic Colors of #238240
Black with #238240
Text Example
Text Example
White with #238240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238240; }
p { color: rgb(35,130,64); }
H1.HeaderClassName
{
color: #238240;
}
.AnyTagClassName
{
color: #238240;
}
</style>
background-color css
<style>
a { background-color: #238240; }
a { background-color: rgb(35,130,64); }
div.DivClassName
{
background-color: #238240;
}
.BgClassName
{
background-color: #238240;
}
</style>
border-color css
<style>
span { border-color: #238240; }
span { border-color: rgb(35,130,64); }
td.TdClassName
{
border-color: #238240;
}
.TagClassName
{
border-color: #238240;
}
</style>