Shades of Dark Pastel Green #1FC042
Tints of Dark Pastel Green #1FC042
RGB
CMYK
RGB Variations
Color information
#1FC042 (or 0x1FC042) is known color: Dark Pastel Green. HEX triplet: 1F, C0 and 42. RGB value is (31,192,66). Sum of RGB (Red+Green+Blue) = 31+192+66=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC042 is #E03FBD. Grayscale: #818181. Windows color (decimal): -14696382 or 4374559. OLE color: 4374559.
HSL color Cylindrical-coordinate representation of color #1FC042: hue angle of 133.04º 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 #1FC042 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 66 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.25 |
| HSL | 133.04º | 0.72% | 0.44% | - |
| HSV(B) | 133.04º | 0.84% | 0.75% | - |
| XYZ | 20.4 | 38.38 | 11.49 | - |
| YUV | 129.5 | 92.16 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 66 | 0.84 | 0 | 0.66 | 0.25 | 133.04 | 0.72 | 0.44 |
| Hex | 1F | C0 | 42 | 54 | 0 | 42 | 19 | 85 | 48 | 2C |
| Octal | 37 | 300 | 102 | 124 | 0 | 102 | 31 | 205 | 110 | 54 |
| Binary | 11111 | 11000000 | 1000010 | 1010100 | 0 | 1000010 | 11001 | 10000101 | 1001000 | 101100 |
Color Harmonies of #1FC042
Complementary color
Monochromatic Colors of #1FC042
Black with #1FC042
Text Example
Text Example
White with #1FC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC042; }
p { color: rgb(31,192,66); }
H1.HeaderClassName
{
color: #1FC042;
}
.AnyTagClassName
{
color: #1FC042;
}
</style>
background-color css
<style>
a { background-color: #1FC042; }
a { background-color: rgb(31,192,66); }
div.DivClassName
{
background-color: #1FC042;
}
.BgClassName
{
background-color: #1FC042;
}
</style>
border-color css
<style>
span { border-color: #1FC042; }
span { border-color: rgb(31,192,66); }
td.TdClassName
{
border-color: #1FC042;
}
.TagClassName
{
border-color: #1FC042;
}
</style>