Shades of Dark Pastel Green #1FC040
Tints of Dark Pastel Green #1FC040
RGB
CMYK
RGB Variations
Color information
#1FC040 (or 0x1FC040) is known color: Dark Pastel Green. HEX triplet: 1F, C0 and 40. RGB value is (31,192,64). Sum of RGB (Red+Green+Blue) = 31+192+64=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC040 is #E03FBF. Grayscale: #818181. Windows color (decimal): -14696384 or 4243487. OLE color: 4243487.
HSL color Cylindrical-coordinate representation of color #1FC040: hue angle of 132.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC040 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 64 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.25 |
| HSL | 132.3º | 0.72% | 0.44% | - |
| HSV(B) | 132.3º | 0.84% | 0.75% | - |
| XYZ | 20.34 | 38.36 | 11.18 | - |
| YUV | 129.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 64 | 0.84 | 0 | 0.67 | 0.25 | 132.3 | 0.72 | 0.44 |
| Hex | 1F | C0 | 40 | 54 | 0 | 43 | 19 | 84 | 48 | 2C |
| Octal | 37 | 300 | 100 | 124 | 0 | 103 | 31 | 204 | 110 | 54 |
| Binary | 11111 | 11000000 | 1000000 | 1010100 | 0 | 1000011 | 11001 | 10000100 | 1001000 | 101100 |
Color Harmonies of #1FC040
Complementary color
Monochromatic Colors of #1FC040
Black with #1FC040
Text Example
Text Example
White with #1FC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC040; }
p { color: rgb(31,192,64); }
H1.HeaderClassName
{
color: #1FC040;
}
.AnyTagClassName
{
color: #1FC040;
}
</style>
background-color css
<style>
a { background-color: #1FC040; }
a { background-color: rgb(31,192,64); }
div.DivClassName
{
background-color: #1FC040;
}
.BgClassName
{
background-color: #1FC040;
}
</style>
border-color css
<style>
span { border-color: #1FC040; }
span { border-color: rgb(31,192,64); }
td.TdClassName
{
border-color: #1FC040;
}
.TagClassName
{
border-color: #1FC040;
}
</style>