Shades of Dark Pastel Green #1FB348
Tints of Dark Pastel Green #1FB348
RGB
CMYK
RGB Variations
Color information
#1FB348 (or 0x1FB348) is known color: Dark Pastel Green. HEX triplet: 1F, B3 and 48. RGB value is (31,179,72). Sum of RGB (Red+Green+Blue) = 31+179+72=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB348 is #E04CB7. Grayscale: #7A7A7A. Windows color (decimal): -14699704 or 4764447. OLE color: 4764447.
HSL color Cylindrical-coordinate representation of color #1FB348: hue angle of 136.62º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB348 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 72 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.30 |
| HSL | 136.62º | 0.7% | 0.41% | - |
| HSV(B) | 136.62º | 0.83% | 0.7% | - |
| XYZ | 17.85 | 33 | 11.56 | - |
| YUV | 122.55 | 99.47 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 72 | 0.83 | 0 | 0.60 | 0.30 | 136.62 | 0.7 | 0.41 |
| Hex | 1F | B3 | 48 | 53 | 0 | 3C | 1E | 89 | 46 | 29 |
| Octal | 37 | 263 | 110 | 123 | 0 | 74 | 36 | 211 | 106 | 51 |
| Binary | 11111 | 10110011 | 1001000 | 1010011 | 0 | 111100 | 11110 | 10001001 | 1000110 | 101001 |
Color Harmonies of #1FB348
Complementary color
Monochromatic Colors of #1FB348
Black with #1FB348
Text Example
Text Example
White with #1FB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB348; }
p { color: rgb(31,179,72); }
H1.HeaderClassName
{
color: #1FB348;
}
.AnyTagClassName
{
color: #1FB348;
}
</style>
background-color css
<style>
a { background-color: #1FB348; }
a { background-color: rgb(31,179,72); }
div.DivClassName
{
background-color: #1FB348;
}
.BgClassName
{
background-color: #1FB348;
}
</style>
border-color css
<style>
span { border-color: #1FB348; }
span { border-color: rgb(31,179,72); }
td.TdClassName
{
border-color: #1FB348;
}
.TagClassName
{
border-color: #1FB348;
}
</style>