Shades of Dark Pastel Green #1FB84A
Tints of Dark Pastel Green #1FB84A
RGB
CMYK
RGB Variations
Color information
#1FB84A (or 0x1FB84A) is known color: Dark Pastel Green. HEX triplet: 1F, B8 and 4A. RGB value is (31,184,74). Sum of RGB (Red+Green+Blue) = 31+184+74=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 184 (72.27% from 255 or 63.67% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB84A is #E047B5. Grayscale: #7D7D7D. Windows color (decimal): -14698422 or 4896799. OLE color: 4896799.
HSL color Cylindrical-coordinate representation of color #1FB84A: hue angle of 136.86º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB84A is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 74 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.28 |
| HSL | 136.86º | 0.71% | 0.42% | - |
| HSV(B) | 136.86º | 0.83% | 0.72% | - |
| XYZ | 18.94 | 35.07 | 12.25 | - |
| YUV | 125.71 | 98.81 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 74 | 0.83 | 0 | 0.60 | 0.28 | 136.86 | 0.71 | 0.42 |
| Hex | 1F | B8 | 4A | 53 | 0 | 3C | 1C | 89 | 47 | 2A |
| Octal | 37 | 270 | 112 | 123 | 0 | 74 | 34 | 211 | 107 | 52 |
| Binary | 11111 | 10111000 | 1001010 | 1010011 | 0 | 111100 | 11100 | 10001001 | 1000111 | 101010 |
Color Harmonies of #1FB84A
Complementary color
Monochromatic Colors of #1FB84A
Black with #1FB84A
Text Example
Text Example
White with #1FB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB84A; }
p { color: rgb(31,184,74); }
H1.HeaderClassName
{
color: #1FB84A;
}
.AnyTagClassName
{
color: #1FB84A;
}
</style>
background-color css
<style>
a { background-color: #1FB84A; }
a { background-color: rgb(31,184,74); }
div.DivClassName
{
background-color: #1FB84A;
}
.BgClassName
{
background-color: #1FB84A;
}
</style>
border-color css
<style>
span { border-color: #1FB84A; }
span { border-color: rgb(31,184,74); }
td.TdClassName
{
border-color: #1FB84A;
}
.TagClassName
{
border-color: #1FB84A;
}
</style>