Shades of Dark Spring Green #238340
Tints of Dark Spring Green #238340
RGB
CMYK
RGB Variations
Color information
#238340 (or 0x238340) is known color: Dark Spring Green. HEX triplet: 23, 83 and 40. RGB value is (35,131,64). Sum of RGB (Red+Green+Blue) = 35+131+64=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #238340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238340 is #DC7CBF. Grayscale: #5E5E5E. Windows color (decimal): -14449856 or 4227875. OLE color: 4227875.
HSL color Cylindrical-coordinate representation of color #238340: hue angle of 138.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238340 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 131 | 64 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.49 |
| HSL | 138.13º | 0.58% | 0.33% | - |
| HSV(B) | 138.13º | 0.73% | 0.51% | - |
| XYZ | 9.73 | 16.96 | 7.61 | - |
| YUV | 94.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 64 | 0.73 | 0 | 0.51 | 0.49 | 138.13 | 0.58 | 0.33 |
| Hex | 23 | 83 | 40 | 49 | 0 | 33 | 31 | 8A | 3A | 21 |
| Octal | 43 | 203 | 100 | 111 | 0 | 63 | 61 | 212 | 72 | 41 |
| Binary | 100011 | 10000011 | 1000000 | 1001001 | 0 | 110011 | 110001 | 10001010 | 111010 | 100001 |
Color Harmonies of #238340
Complementary color
Monochromatic Colors of #238340
Black with #238340
Text Example
Text Example
White with #238340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238340; }
p { color: rgb(35,131,64); }
H1.HeaderClassName
{
color: #238340;
}
.AnyTagClassName
{
color: #238340;
}
</style>
background-color css
<style>
a { background-color: #238340; }
a { background-color: rgb(35,131,64); }
div.DivClassName
{
background-color: #238340;
}
.BgClassName
{
background-color: #238340;
}
</style>
border-color css
<style>
span { border-color: #238340; }
span { border-color: rgb(35,131,64); }
td.TdClassName
{
border-color: #238340;
}
.TagClassName
{
border-color: #238340;
}
</style>