Shades of Dark Pastel Green #1FC240
Tints of Dark Pastel Green #1FC240
RGB
CMYK
RGB Variations
Color information
#1FC240 (or 0x1FC240) is known color: Dark Pastel Green. HEX triplet: 1F, C2 and 40. RGB value is (31,194,64). Sum of RGB (Red+Green+Blue) = 31+194+64=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC240 is #E03DBF. Grayscale: #828282. Windows color (decimal): -14695872 or 4243999. OLE color: 4243999.
HSL color Cylindrical-coordinate representation of color #1FC240: hue angle of 132.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC240 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 64 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.24 |
| HSL | 132.15º | 0.72% | 0.44% | - |
| HSV(B) | 132.15º | 0.84% | 0.76% | - |
| XYZ | 20.78 | 39.25 | 11.33 | - |
| YUV | 130.44 | 90.5 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 64 | 0.84 | 0 | 0.67 | 0.24 | 132.15 | 0.72 | 0.44 |
| Hex | 1F | C2 | 40 | 54 | 0 | 43 | 18 | 84 | 48 | 2C |
| Octal | 37 | 302 | 100 | 124 | 0 | 103 | 30 | 204 | 110 | 54 |
| Binary | 11111 | 11000010 | 1000000 | 1010100 | 0 | 1000011 | 11000 | 10000100 | 1001000 | 101100 |
Color Harmonies of #1FC240
Complementary color
Monochromatic Colors of #1FC240
Black with #1FC240
Text Example
Text Example
White with #1FC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC240; }
p { color: rgb(31,194,64); }
H1.HeaderClassName
{
color: #1FC240;
}
.AnyTagClassName
{
color: #1FC240;
}
</style>
background-color css
<style>
a { background-color: #1FC240; }
a { background-color: rgb(31,194,64); }
div.DivClassName
{
background-color: #1FC240;
}
.BgClassName
{
background-color: #1FC240;
}
</style>
border-color css
<style>
span { border-color: #1FC240; }
span { border-color: rgb(31,194,64); }
td.TdClassName
{
border-color: #1FC240;
}
.TagClassName
{
border-color: #1FC240;
}
</style>