Shades of Dark Spring Green #238242
Tints of Dark Spring Green #238242
RGB
CMYK
RGB Variations
Color information
#238242 (or 0x238242) is known color: Dark Spring Green. HEX triplet: 23, 82 and 42. RGB value is (35,130,66). Sum of RGB (Red+Green+Blue) = 35+130+66=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #238242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238242 is #DC7DBD. Grayscale: #5E5E5E. Windows color (decimal): -14450110 or 4358691. OLE color: 4358691.
HSL color Cylindrical-coordinate representation of color #238242: hue angle of 139.58º 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 #238242 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 66 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.49 |
| HSL | 139.58º | 0.58% | 0.32% | - |
| HSV(B) | 139.58º | 0.73% | 0.51% | - |
| XYZ | 9.66 | 16.72 | 7.87 | - |
| YUV | 94.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 66 | 0.73 | 0 | 0.49 | 0.49 | 139.58 | 0.58 | 0.32 |
| Hex | 23 | 82 | 42 | 49 | 0 | 31 | 31 | 8C | 3A | 20 |
| Octal | 43 | 202 | 102 | 111 | 0 | 61 | 61 | 214 | 72 | 40 |
| Binary | 100011 | 10000010 | 1000010 | 1001001 | 0 | 110001 | 110001 | 10001100 | 111010 | 100000 |
Color Harmonies of #238242
Complementary color
Monochromatic Colors of #238242
Black with #238242
Text Example
Text Example
White with #238242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238242; }
p { color: rgb(35,130,66); }
H1.HeaderClassName
{
color: #238242;
}
.AnyTagClassName
{
color: #238242;
}
</style>
background-color css
<style>
a { background-color: #238242; }
a { background-color: rgb(35,130,66); }
div.DivClassName
{
background-color: #238242;
}
.BgClassName
{
background-color: #238242;
}
</style>
border-color css
<style>
span { border-color: #238242; }
span { border-color: rgb(35,130,66); }
td.TdClassName
{
border-color: #238242;
}
.TagClassName
{
border-color: #238242;
}
</style>