Shades of Dark Pastel Green #1FAD33
Tints of Dark Pastel Green #1FAD33
RGB
CMYK
RGB Variations
Color information
#1FAD33 (or 0x1FAD33) is known color: Dark Pastel Green. HEX triplet: 1F, AD and 33. RGB value is (31,173,51). Sum of RGB (Red+Green+Blue) = 31+173+51=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD33 is #E052CC. Grayscale: #747474. Windows color (decimal): -14701261 or 3386655. OLE color: 3386655.
HSL color Cylindrical-coordinate representation of color #1FAD33: hue angle of 128.45º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD33 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 51 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.32 |
| HSL | 128.45º | 0.7% | 0.4% | - |
| HSV(B) | 128.45º | 0.82% | 0.68% | - |
| XYZ | 16.11 | 30.42 | 8.15 | - |
| YUV | 116.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 51 | 0.82 | 0 | 0.71 | 0.32 | 128.45 | 0.7 | 0.4 |
| Hex | 1F | AD | 33 | 52 | 0 | 47 | 20 | 80 | 46 | 28 |
| Octal | 37 | 255 | 63 | 122 | 0 | 107 | 40 | 200 | 106 | 50 |
| Binary | 11111 | 10101101 | 110011 | 1010010 | 0 | 1000111 | 100000 | 10000000 | 1000110 | 101000 |
Color Harmonies of #1FAD33
Complementary color
Monochromatic Colors of #1FAD33
Black with #1FAD33
Text Example
Text Example
White with #1FAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD33; }
p { color: rgb(31,173,51); }
H1.HeaderClassName
{
color: #1FAD33;
}
.AnyTagClassName
{
color: #1FAD33;
}
</style>
background-color css
<style>
a { background-color: #1FAD33; }
a { background-color: rgb(31,173,51); }
div.DivClassName
{
background-color: #1FAD33;
}
.BgClassName
{
background-color: #1FAD33;
}
</style>
border-color css
<style>
span { border-color: #1FAD33; }
span { border-color: rgb(31,173,51); }
td.TdClassName
{
border-color: #1FAD33;
}
.TagClassName
{
border-color: #1FAD33;
}
</style>