Shades of Dark Spring Green #1F853D
Tints of Dark Spring Green #1F853D
RGB
CMYK
RGB Variations
Color information
#1F853D (or 0x1F853D) is known color: Dark Spring Green. HEX triplet: 1F, 85 and 3D. RGB value is (31,133,61). Sum of RGB (Red+Green+Blue) = 31+133+61=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #1F853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F853D is #E07AC2. Grayscale: #5E5E5E. Windows color (decimal): -14711491 or 4031775. OLE color: 4031775.
HSL color Cylindrical-coordinate representation of color #1F853D: hue angle of 137.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F853D is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 61 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.48 |
| HSL | 137.65º | 0.62% | 0.32% | - |
| HSV(B) | 137.65º | 0.77% | 0.52% | - |
| XYZ | 9.79 | 17.4 | 7.26 | - |
| YUV | 94.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 61 | 0.77 | 0 | 0.54 | 0.48 | 137.65 | 0.62 | 0.32 |
| Hex | 1F | 85 | 3D | 4D | 0 | 36 | 30 | 8A | 3E | 20 |
| Octal | 37 | 205 | 75 | 115 | 0 | 66 | 60 | 212 | 76 | 40 |
| Binary | 11111 | 10000101 | 111101 | 1001101 | 0 | 110110 | 110000 | 10001010 | 111110 | 100000 |
Color Harmonies of #1F853D
Complementary color
Monochromatic Colors of #1F853D
Black with #1F853D
Text Example
Text Example
White with #1F853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F853D; }
p { color: rgb(31,133,61); }
H1.HeaderClassName
{
color: #1F853D;
}
.AnyTagClassName
{
color: #1F853D;
}
</style>
background-color css
<style>
a { background-color: #1F853D; }
a { background-color: rgb(31,133,61); }
div.DivClassName
{
background-color: #1F853D;
}
.BgClassName
{
background-color: #1F853D;
}
</style>
border-color css
<style>
span { border-color: #1F853D; }
span { border-color: rgb(31,133,61); }
td.TdClassName
{
border-color: #1F853D;
}
.TagClassName
{
border-color: #1F853D;
}
</style>