Shades of Dark Pastel Green #1FB441
Tints of Dark Pastel Green #1FB441
RGB
CMYK
RGB Variations
Color information
#1FB441 (or 0x1FB441) is known color: Dark Pastel Green. HEX triplet: 1F, B4 and 41. RGB value is (31,180,65). Sum of RGB (Red+Green+Blue) = 31+180+65=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 180 (70.70% from 255 or 65.22% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB441 is #E04BBE. Grayscale: #7A7A7A. Windows color (decimal): -14699455 or 4305951. OLE color: 4305951.
HSL color Cylindrical-coordinate representation of color #1FB441: hue angle of 133.69º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB441 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 65 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.29 |
| HSL | 133.69º | 0.71% | 0.41% | - |
| HSV(B) | 133.69º | 0.83% | 0.71% | - |
| XYZ | 17.84 | 33.32 | 10.49 | - |
| YUV | 122.34 | 95.64 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 65 | 0.83 | 0 | 0.64 | 0.29 | 133.69 | 0.71 | 0.41 |
| Hex | 1F | B4 | 41 | 53 | 0 | 40 | 1D | 86 | 47 | 29 |
| Octal | 37 | 264 | 101 | 123 | 0 | 100 | 35 | 206 | 107 | 51 |
| Binary | 11111 | 10110100 | 1000001 | 1010011 | 0 | 1000000 | 11101 | 10000110 | 1000111 | 101001 |
Color Harmonies of #1FB441
Complementary color
Monochromatic Colors of #1FB441
Black with #1FB441
Text Example
Text Example
White with #1FB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB441; }
p { color: rgb(31,180,65); }
H1.HeaderClassName
{
color: #1FB441;
}
.AnyTagClassName
{
color: #1FB441;
}
</style>
background-color css
<style>
a { background-color: #1FB441; }
a { background-color: rgb(31,180,65); }
div.DivClassName
{
background-color: #1FB441;
}
.BgClassName
{
background-color: #1FB441;
}
</style>
border-color css
<style>
span { border-color: #1FB441; }
span { border-color: rgb(31,180,65); }
td.TdClassName
{
border-color: #1FB441;
}
.TagClassName
{
border-color: #1FB441;
}
</style>