Shades of Dark Pastel Green #1FC243
Tints of Dark Pastel Green #1FC243
RGB
CMYK
RGB Variations
Color information
#1FC243 (or 0x1FC243) is known color: Dark Pastel Green. HEX triplet: 1F, C2 and 43. RGB value is (31,194,67). Sum of RGB (Red+Green+Blue) = 31+194+67=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC243 is #E03DBC. Grayscale: #838383. Windows color (decimal): -14695869 or 4440607. OLE color: 4440607.
HSL color Cylindrical-coordinate representation of color #1FC243: hue angle of 133.25º 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 #1FC243 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 67 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.24 |
| HSL | 133.25º | 0.72% | 0.44% | - |
| HSV(B) | 133.25º | 0.84% | 0.76% | - |
| XYZ | 20.87 | 39.28 | 11.79 | - |
| YUV | 130.79 | 92 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 67 | 0.84 | 0 | 0.65 | 0.24 | 133.25 | 0.72 | 0.44 |
| Hex | 1F | C2 | 43 | 54 | 0 | 41 | 18 | 85 | 48 | 2C |
| Octal | 37 | 302 | 103 | 124 | 0 | 101 | 30 | 205 | 110 | 54 |
| Binary | 11111 | 11000010 | 1000011 | 1010100 | 0 | 1000001 | 11000 | 10000101 | 1001000 | 101100 |
Color Harmonies of #1FC243
Complementary color
Monochromatic Colors of #1FC243
Black with #1FC243
Text Example
Text Example
White with #1FC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC243; }
p { color: rgb(31,194,67); }
H1.HeaderClassName
{
color: #1FC243;
}
.AnyTagClassName
{
color: #1FC243;
}
</style>
background-color css
<style>
a { background-color: #1FC243; }
a { background-color: rgb(31,194,67); }
div.DivClassName
{
background-color: #1FC243;
}
.BgClassName
{
background-color: #1FC243;
}
</style>
border-color css
<style>
span { border-color: #1FC243; }
span { border-color: rgb(31,194,67); }
td.TdClassName
{
border-color: #1FC243;
}
.TagClassName
{
border-color: #1FC243;
}
</style>