Shades of Dark Pastel Green #1FC144
Tints of Dark Pastel Green #1FC144
RGB
CMYK
RGB Variations
Color information
#1FC144 (or 0x1FC144) is known color: Dark Pastel Green. HEX triplet: 1F, C1 and 44. RGB value is (31,193,68). Sum of RGB (Red+Green+Blue) = 31+193+68=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC144 is #E03EBB. Grayscale: #828282. Windows color (decimal): -14696124 or 4505887. OLE color: 4505887.
HSL color Cylindrical-coordinate representation of color #1FC144: hue angle of 133.7º 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 #1FC144 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
RGB | 31 | 193 | 68 | - |
CMYK | 0.84 | 0 | 0.65 | 0.24 |
HSL | 133.7º | 0.72% | 0.44% | - |
HSV(B) | 133.7º | 0.84% | 0.76% | - |
XYZ | 20.68 | 38.85 | 11.88 | - |
YUV | 130.31 | 92.83 | 57.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 193 | 68 | 0.84 | 0 | 0.65 | 0.24 | 133.7 | 0.72 | 0.44 |
Hex | 1F | C1 | 44 | 54 | 0 | 41 | 18 | 86 | 48 | 2C |
Octal | 37 | 301 | 104 | 124 | 0 | 101 | 30 | 206 | 110 | 54 |
Binary | 11111 | 11000001 | 1000100 | 1010100 | 0 | 1000001 | 11000 | 10000110 | 1001000 | 101100 |
Color Harmonies of #1FC144
Complementary color
Monochromatic Colors of #1FC144
Black with #1FC144
Text Example
Text Example
White with #1FC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC144; }
p { color: rgb(31,193,68); }
H1.HeaderClassName
{
color: #1FC144;
}
.AnyTagClassName
{
color: #1FC144;
}
</style>
background-color css
<style>
a { background-color: #1FC144; }
a { background-color: rgb(31,193,68); }
div.DivClassName
{
background-color: #1FC144;
}
.BgClassName
{
background-color: #1FC144;
}
</style>
border-color css
<style>
span { border-color: #1FC144; }
span { border-color: rgb(31,193,68); }
td.TdClassName
{
border-color: #1FC144;
}
.TagClassName
{
border-color: #1FC144;
}
</style>