Shades of Dark Pastel Green #1FB73C
Tints of Dark Pastel Green #1FB73C
RGB
CMYK
RGB Variations
Color information
#1FB73C (or 0x1FB73C) is known color: Dark Pastel Green. HEX triplet: 1F, B7 and 3C. RGB value is (31,183,60). Sum of RGB (Red+Green+Blue) = 31+183+60=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB73C is #E048C3. Grayscale: #7B7B7B. Windows color (decimal): -14698692 or 3979039. OLE color: 3979039.
HSL color Cylindrical-coordinate representation of color #1FB73C: hue angle of 131.45º 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 #1FB73C is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 183 | 60 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.28 |
| HSL | 131.45º | 0.71% | 0.42% | - |
| HSV(B) | 131.45º | 0.83% | 0.72% | - |
| XYZ | 18.31 | 34.48 | 9.97 | - |
| YUV | 123.53 | 92.14 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 183 | 60 | 0.83 | 0 | 0.67 | 0.28 | 131.45 | 0.71 | 0.42 |
| Hex | 1F | B7 | 3C | 53 | 0 | 43 | 1C | 83 | 47 | 2A |
| Octal | 37 | 267 | 74 | 123 | 0 | 103 | 34 | 203 | 107 | 52 |
| Binary | 11111 | 10110111 | 111100 | 1010011 | 0 | 1000011 | 11100 | 10000011 | 1000111 | 101010 |
Color Harmonies of #1FB73C
Complementary color
Monochromatic Colors of #1FB73C
Black with #1FB73C
Text Example
Text Example
White with #1FB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB73C; }
p { color: rgb(31,183,60); }
H1.HeaderClassName
{
color: #1FB73C;
}
.AnyTagClassName
{
color: #1FB73C;
}
</style>
background-color css
<style>
a { background-color: #1FB73C; }
a { background-color: rgb(31,183,60); }
div.DivClassName
{
background-color: #1FB73C;
}
.BgClassName
{
background-color: #1FB73C;
}
</style>
border-color css
<style>
span { border-color: #1FB73C; }
span { border-color: rgb(31,183,60); }
td.TdClassName
{
border-color: #1FB73C;
}
.TagClassName
{
border-color: #1FB73C;
}
</style>