Shades of Dark Pastel Green #1FC441
Tints of Dark Pastel Green #1FC441
RGB
CMYK
RGB Variations
Color information
#1FC441 (or 0x1FC441) is known color: Dark Pastel Green. HEX triplet: 1F, C4 and 41. RGB value is (31,196,65). Sum of RGB (Red+Green+Blue) = 31+196+65=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC441 is #E03BBE. Grayscale: #848484. Windows color (decimal): -14695359 or 4310047. OLE color: 4310047.
HSL color Cylindrical-coordinate representation of color #1FC441: hue angle of 132.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC441 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 196 | 65 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.23 |
| HSL | 132.36º | 0.73% | 0.45% | - |
| HSV(B) | 132.36º | 0.84% | 0.77% | - |
| XYZ | 21.26 | 40.15 | 11.63 | - |
| YUV | 131.73 | 90.34 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 65 | 0.84 | 0 | 0.67 | 0.23 | 132.36 | 0.73 | 0.45 |
| Hex | 1F | C4 | 41 | 54 | 0 | 43 | 17 | 84 | 49 | 2D |
| Octal | 37 | 304 | 101 | 124 | 0 | 103 | 27 | 204 | 111 | 55 |
| Binary | 11111 | 11000100 | 1000001 | 1010100 | 0 | 1000011 | 10111 | 10000100 | 1001001 | 101101 |
Color Harmonies of #1FC441
Complementary color
Monochromatic Colors of #1FC441
Black with #1FC441
Text Example
Text Example
White with #1FC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC441; }
p { color: rgb(31,196,65); }
H1.HeaderClassName
{
color: #1FC441;
}
.AnyTagClassName
{
color: #1FC441;
}
</style>
background-color css
<style>
a { background-color: #1FC441; }
a { background-color: rgb(31,196,65); }
div.DivClassName
{
background-color: #1FC441;
}
.BgClassName
{
background-color: #1FC441;
}
</style>
border-color css
<style>
span { border-color: #1FC441; }
span { border-color: rgb(31,196,65); }
td.TdClassName
{
border-color: #1FC441;
}
.TagClassName
{
border-color: #1FC441;
}
</style>