Shades of Dark Spring Green #1F833F
Tints of Dark Spring Green #1F833F
RGB
CMYK
RGB Variations
Color information
#1F833F (or 0x1F833F) is known color: Dark Spring Green. HEX triplet: 1F, 83 and 3F. RGB value is (31,131,63). Sum of RGB (Red+Green+Blue) = 31+131+63=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #1F833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F833F is #E07CC0. Grayscale: #5D5D5D. Windows color (decimal): -14712001 or 4162335. OLE color: 4162335.
HSL color Cylindrical-coordinate representation of color #1F833F: hue angle of 139.2º degrees, saturation: 0.62, 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 #1F833F is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 63 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.49 |
| HSL | 139.2º | 0.62% | 0.32% | - |
| HSV(B) | 139.2º | 0.76% | 0.51% | - |
| XYZ | 9.58 | 16.88 | 7.46 | - |
| YUV | 93.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 63 | 0.76 | 0 | 0.52 | 0.49 | 139.2 | 0.62 | 0.32 |
| Hex | 1F | 83 | 3F | 4C | 0 | 34 | 31 | 8B | 3E | 20 |
| Octal | 37 | 203 | 77 | 114 | 0 | 64 | 61 | 213 | 76 | 40 |
| Binary | 11111 | 10000011 | 111111 | 1001100 | 0 | 110100 | 110001 | 10001011 | 111110 | 100000 |
Color Harmonies of #1F833F
Complementary color
Monochromatic Colors of #1F833F
Black with #1F833F
Text Example
Text Example
White with #1F833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F833F; }
p { color: rgb(31,131,63); }
H1.HeaderClassName
{
color: #1F833F;
}
.AnyTagClassName
{
color: #1F833F;
}
</style>
background-color css
<style>
a { background-color: #1F833F; }
a { background-color: rgb(31,131,63); }
div.DivClassName
{
background-color: #1F833F;
}
.BgClassName
{
background-color: #1F833F;
}
</style>
border-color css
<style>
span { border-color: #1F833F; }
span { border-color: rgb(31,131,63); }
td.TdClassName
{
border-color: #1F833F;
}
.TagClassName
{
border-color: #1F833F;
}
</style>