Shades of Dark Pastel Green #1FB83D
Tints of Dark Pastel Green #1FB83D
RGB
CMYK
RGB Variations
Color information
#1FB83D (or 0x1FB83D) is known color: Dark Pastel Green. HEX triplet: 1F, B8 and 3D. RGB value is (31,184,61). Sum of RGB (Red+Green+Blue) = 31+184+61=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB83D is #E047C2. Grayscale: #7C7C7C. Windows color (decimal): -14698435 or 4044831. OLE color: 4044831.
HSL color Cylindrical-coordinate representation of color #1FB83D: hue angle of 131.76º 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 #1FB83D is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 61 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.28 |
| HSL | 131.76º | 0.71% | 0.42% | - |
| HSV(B) | 131.76º | 0.83% | 0.72% | - |
| XYZ | 18.55 | 34.91 | 10.18 | - |
| YUV | 124.23 | 92.31 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 61 | 0.83 | 0 | 0.67 | 0.28 | 131.76 | 0.71 | 0.42 |
| Hex | 1F | B8 | 3D | 53 | 0 | 43 | 1C | 84 | 47 | 2A |
| Octal | 37 | 270 | 75 | 123 | 0 | 103 | 34 | 204 | 107 | 52 |
| Binary | 11111 | 10111000 | 111101 | 1010011 | 0 | 1000011 | 11100 | 10000100 | 1000111 | 101010 |
Color Harmonies of #1FB83D
Complementary color
Monochromatic Colors of #1FB83D
Black with #1FB83D
Text Example
Text Example
White with #1FB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB83D; }
p { color: rgb(31,184,61); }
H1.HeaderClassName
{
color: #1FB83D;
}
.AnyTagClassName
{
color: #1FB83D;
}
</style>
background-color css
<style>
a { background-color: #1FB83D; }
a { background-color: rgb(31,184,61); }
div.DivClassName
{
background-color: #1FB83D;
}
.BgClassName
{
background-color: #1FB83D;
}
</style>
border-color css
<style>
span { border-color: #1FB83D; }
span { border-color: rgb(31,184,61); }
td.TdClassName
{
border-color: #1FB83D;
}
.TagClassName
{
border-color: #1FB83D;
}
</style>