Shades of Dark Pastel Green #1FC340
Tints of Dark Pastel Green #1FC340
RGB
CMYK
RGB Variations
Color information
#1FC340 (or 0x1FC340) is known color: Dark Pastel Green. HEX triplet: 1F, C3 and 40. RGB value is (31,195,64). Sum of RGB (Red+Green+Blue) = 31+195+64=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC340 is #E03CBF. Grayscale: #838383. Windows color (decimal): -14695616 or 4244255. OLE color: 4244255.
HSL color Cylindrical-coordinate representation of color #1FC340: hue angle of 132.07º degrees, saturation: 0.73, 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 #1FC340 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 64 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.24 |
| HSL | 132.07º | 0.73% | 0.44% | - |
| HSV(B) | 132.07º | 0.84% | 0.76% | - |
| XYZ | 21.01 | 39.69 | 11.4 | - |
| YUV | 131.03 | 90.17 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 64 | 0.84 | 0 | 0.67 | 0.24 | 132.07 | 0.73 | 0.44 |
| Hex | 1F | C3 | 40 | 54 | 0 | 43 | 18 | 84 | 49 | 2C |
| Octal | 37 | 303 | 100 | 124 | 0 | 103 | 30 | 204 | 111 | 54 |
| Binary | 11111 | 11000011 | 1000000 | 1010100 | 0 | 1000011 | 11000 | 10000100 | 1001001 | 101100 |
Color Harmonies of #1FC340
Complementary color
Monochromatic Colors of #1FC340
Black with #1FC340
Text Example
Text Example
White with #1FC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC340; }
p { color: rgb(31,195,64); }
H1.HeaderClassName
{
color: #1FC340;
}
.AnyTagClassName
{
color: #1FC340;
}
</style>
background-color css
<style>
a { background-color: #1FC340; }
a { background-color: rgb(31,195,64); }
div.DivClassName
{
background-color: #1FC340;
}
.BgClassName
{
background-color: #1FC340;
}
</style>
border-color css
<style>
span { border-color: #1FC340; }
span { border-color: rgb(31,195,64); }
td.TdClassName
{
border-color: #1FC340;
}
.TagClassName
{
border-color: #1FC340;
}
</style>