Shades of Dark Pastel Green #1FBB4D
Tints of Dark Pastel Green #1FBB4D
RGB
CMYK
RGB Variations
Color information
#1FBB4D (or 0x1FBB4D) is known color: Dark Pastel Green. HEX triplet: 1F, BB and 4D. RGB value is (31,187,77). Sum of RGB (Red+Green+Blue) = 31+187+77=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBB4D is #E044B2. Grayscale: #808080. Windows color (decimal): -14697651 or 5094175. OLE color: 5094175.
HSL color Cylindrical-coordinate representation of color #1FBB4D: hue angle of 137.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBB4D is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 187 | 77 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.27 |
| HSL | 137.69º | 0.72% | 0.43% | - |
| HSV(B) | 137.69º | 0.83% | 0.73% | - |
| XYZ | 19.67 | 36.37 | 13 | - |
| YUV | 127.82 | 99.32 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 77 | 0.83 | 0 | 0.59 | 0.27 | 137.69 | 0.72 | 0.43 |
| Hex | 1F | BB | 4D | 53 | 0 | 3B | 1B | 8A | 48 | 2B |
| Octal | 37 | 273 | 115 | 123 | 0 | 73 | 33 | 212 | 110 | 53 |
| Binary | 11111 | 10111011 | 1001101 | 1010011 | 0 | 111011 | 11011 | 10001010 | 1001000 | 101011 |
Color Harmonies of #1FBB4D
Complementary color
Monochromatic Colors of #1FBB4D
Black with #1FBB4D
Text Example
Text Example
White with #1FBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBB4D; }
p { color: rgb(31,187,77); }
H1.HeaderClassName
{
color: #1FBB4D;
}
.AnyTagClassName
{
color: #1FBB4D;
}
</style>
background-color css
<style>
a { background-color: #1FBB4D; }
a { background-color: rgb(31,187,77); }
div.DivClassName
{
background-color: #1FBB4D;
}
.BgClassName
{
background-color: #1FBB4D;
}
</style>
border-color css
<style>
span { border-color: #1FBB4D; }
span { border-color: rgb(31,187,77); }
td.TdClassName
{
border-color: #1FBB4D;
}
.TagClassName
{
border-color: #1FBB4D;
}
</style>