Shades of Dark Spring Green #1F823F
Tints of Dark Spring Green #1F823F
RGB
CMYK
RGB Variations
Color information
#1F823F (or 0x1F823F) is known color: Dark Spring Green. HEX triplet: 1F, 82 and 3F. RGB value is (31,130,63). Sum of RGB (Red+Green+Blue) = 31+130+63=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #1F823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F823F is #E07DC0. Grayscale: #5C5C5C. Windows color (decimal): -14712257 or 4162079. OLE color: 4162079.
HSL color Cylindrical-coordinate representation of color #1F823F: hue angle of 139.39º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F823F is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 63 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.49 |
| HSL | 139.39º | 0.61% | 0.32% | - |
| HSV(B) | 139.39º | 0.76% | 0.51% | - |
| XYZ | 9.44 | 16.62 | 7.41 | - |
| YUV | 92.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 63 | 0.76 | 0 | 0.52 | 0.49 | 139.39 | 0.61 | 0.32 |
| Hex | 1F | 82 | 3F | 4C | 0 | 34 | 31 | 8B | 3D | 20 |
| Octal | 37 | 202 | 77 | 114 | 0 | 64 | 61 | 213 | 75 | 40 |
| Binary | 11111 | 10000010 | 111111 | 1001100 | 0 | 110100 | 110001 | 10001011 | 111101 | 100000 |
Color Harmonies of #1F823F
Complementary color
Monochromatic Colors of #1F823F
Black with #1F823F
Text Example
Text Example
White with #1F823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F823F; }
p { color: rgb(31,130,63); }
H1.HeaderClassName
{
color: #1F823F;
}
.AnyTagClassName
{
color: #1F823F;
}
</style>
background-color css
<style>
a { background-color: #1F823F; }
a { background-color: rgb(31,130,63); }
div.DivClassName
{
background-color: #1F823F;
}
.BgClassName
{
background-color: #1F823F;
}
</style>
border-color css
<style>
span { border-color: #1F823F; }
span { border-color: rgb(31,130,63); }
td.TdClassName
{
border-color: #1F823F;
}
.TagClassName
{
border-color: #1F823F;
}
</style>