Shades of Dark Pastel Green #1FC248
Tints of Dark Pastel Green #1FC248
RGB
CMYK
RGB Variations
Color information
#1FC248 (or 0x1FC248) is known color: Dark Pastel Green. HEX triplet: 1F, C2 and 48. RGB value is (31,194,72). Sum of RGB (Red+Green+Blue) = 31+194+72=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC248 is #E03DB7. Grayscale: #838383. Windows color (decimal): -14695864 or 4768287. OLE color: 4768287.
HSL color Cylindrical-coordinate representation of color #1FC248: hue angle of 135.09º 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 #1FC248 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 72 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.24 |
| HSL | 135.09º | 0.72% | 0.44% | - |
| HSV(B) | 135.09º | 0.84% | 0.76% | - |
| XYZ | 21.03 | 39.34 | 12.62 | - |
| YUV | 131.36 | 94.5 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 72 | 0.84 | 0 | 0.63 | 0.24 | 135.09 | 0.72 | 0.44 |
| Hex | 1F | C2 | 48 | 54 | 0 | 3F | 18 | 87 | 48 | 2C |
| Octal | 37 | 302 | 110 | 124 | 0 | 77 | 30 | 207 | 110 | 54 |
| Binary | 11111 | 11000010 | 1001000 | 1010100 | 0 | 111111 | 11000 | 10000111 | 1001000 | 101100 |
Color Harmonies of #1FC248
Complementary color
Monochromatic Colors of #1FC248
Black with #1FC248
Text Example
Text Example
White with #1FC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC248; }
p { color: rgb(31,194,72); }
H1.HeaderClassName
{
color: #1FC248;
}
.AnyTagClassName
{
color: #1FC248;
}
</style>
background-color css
<style>
a { background-color: #1FC248; }
a { background-color: rgb(31,194,72); }
div.DivClassName
{
background-color: #1FC248;
}
.BgClassName
{
background-color: #1FC248;
}
</style>
border-color css
<style>
span { border-color: #1FC248; }
span { border-color: rgb(31,194,72); }
td.TdClassName
{
border-color: #1FC248;
}
.TagClassName
{
border-color: #1FC248;
}
</style>