Shades of Dark Pastel Green #1FB33B
Tints of Dark Pastel Green #1FB33B
RGB
CMYK
RGB Variations
Color information
#1FB33B (or 0x1FB33B) is known color: Dark Pastel Green. HEX triplet: 1F, B3 and 3B. RGB value is (31,179,59). Sum of RGB (Red+Green+Blue) = 31+179+59=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB33B is #E04CC4. Grayscale: #797979. Windows color (decimal): -14699717 or 3912479. OLE color: 3912479.
HSL color Cylindrical-coordinate representation of color #1FB33B: hue angle of 131.35º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB33B is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 59 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.30 |
| HSL | 131.35º | 0.7% | 0.41% | - |
| HSV(B) | 131.35º | 0.83% | 0.7% | - |
| XYZ | 17.47 | 32.85 | 9.56 | - |
| YUV | 121.07 | 92.97 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 59 | 0.83 | 0 | 0.67 | 0.30 | 131.35 | 0.7 | 0.41 |
| Hex | 1F | B3 | 3B | 53 | 0 | 43 | 1E | 83 | 46 | 29 |
| Octal | 37 | 263 | 73 | 123 | 0 | 103 | 36 | 203 | 106 | 51 |
| Binary | 11111 | 10110011 | 111011 | 1010011 | 0 | 1000011 | 11110 | 10000011 | 1000110 | 101001 |
Color Harmonies of #1FB33B
Complementary color
Monochromatic Colors of #1FB33B
Black with #1FB33B
Text Example
Text Example
White with #1FB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB33B; }
p { color: rgb(31,179,59); }
H1.HeaderClassName
{
color: #1FB33B;
}
.AnyTagClassName
{
color: #1FB33B;
}
</style>
background-color css
<style>
a { background-color: #1FB33B; }
a { background-color: rgb(31,179,59); }
div.DivClassName
{
background-color: #1FB33B;
}
.BgClassName
{
background-color: #1FB33B;
}
</style>
border-color css
<style>
span { border-color: #1FB33B; }
span { border-color: rgb(31,179,59); }
td.TdClassName
{
border-color: #1FB33B;
}
.TagClassName
{
border-color: #1FB33B;
}
</style>