Shades of Dark Pastel Green #1FB73D
Tints of Dark Pastel Green #1FB73D
RGB
CMYK
RGB Variations
Color information
#1FB73D (or 0x1FB73D) is known color: Dark Pastel Green. HEX triplet: 1F, B7 and 3D. RGB value is (31,183,61). Sum of RGB (Red+Green+Blue) = 31+183+61=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 183 (71.88% from 255 or 66.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB73D is #E048C2. Grayscale: #7B7B7B. Windows color (decimal): -14698691 or 4044575. OLE color: 4044575.
HSL color Cylindrical-coordinate representation of color #1FB73D: hue angle of 131.84º 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 #1FB73D is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 183 | 61 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.28 |
| HSL | 131.84º | 0.71% | 0.42% | - |
| HSV(B) | 131.84º | 0.83% | 0.72% | - |
| XYZ | 18.34 | 34.5 | 10.11 | - |
| YUV | 123.64 | 92.64 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 183 | 61 | 0.83 | 0 | 0.67 | 0.28 | 131.84 | 0.71 | 0.42 |
| Hex | 1F | B7 | 3D | 53 | 0 | 43 | 1C | 84 | 47 | 2A |
| Octal | 37 | 267 | 75 | 123 | 0 | 103 | 34 | 204 | 107 | 52 |
| Binary | 11111 | 10110111 | 111101 | 1010011 | 0 | 1000011 | 11100 | 10000100 | 1000111 | 101010 |
Color Harmonies of #1FB73D
Complementary color
Monochromatic Colors of #1FB73D
Black with #1FB73D
Text Example
Text Example
White with #1FB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB73D; }
p { color: rgb(31,183,61); }
H1.HeaderClassName
{
color: #1FB73D;
}
.AnyTagClassName
{
color: #1FB73D;
}
</style>
background-color css
<style>
a { background-color: #1FB73D; }
a { background-color: rgb(31,183,61); }
div.DivClassName
{
background-color: #1FB73D;
}
.BgClassName
{
background-color: #1FB73D;
}
</style>
border-color css
<style>
span { border-color: #1FB73D; }
span { border-color: rgb(31,183,61); }
td.TdClassName
{
border-color: #1FB73D;
}
.TagClassName
{
border-color: #1FB73D;
}
</style>