Shades of Green #1F7505
Tints of Green #1F7505
RGB
CMYK
RGB Variations
Color information
#1F7505 (or 0x1F7505) is known color: Green. HEX triplet: 1F, 75 and 05. RGB value is (31,117,5). Sum of RGB (Red+Green+Blue) = 31+117+5=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7505 is #E08AFA. Grayscale: #4E4E4E. Windows color (decimal): -14715643 or 357663. OLE color: 357663.
HSL color Cylindrical-coordinate representation of color #1F7505: hue angle of 106.07º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F7505 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 5 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.54 |
| HSL | 106.07º | 0.92% | 0.24% | - |
| HSV(B) | 106.07º | 0.96% | 0.46% | - |
| XYZ | 6.95 | 13.02 | 2.29 | - |
| YUV | 78.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 5 | 0.74 | 0 | 0.96 | 0.54 | 106.07 | 0.92 | 0.24 |
| Hex | 1F | 75 | 5 | 4A | 0 | 60 | 36 | 6A | 5C | 18 |
| Octal | 37 | 165 | 5 | 112 | 0 | 140 | 66 | 152 | 134 | 30 |
| Binary | 11111 | 1110101 | 101 | 1001010 | 0 | 1100000 | 110110 | 1101010 | 1011100 | 11000 |
Color Harmonies of #1F7505
Complementary color
Monochromatic Colors of #1F7505
Black with #1F7505
Text Example
Text Example
White with #1F7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7505; }
p { color: rgb(31,117,5); }
H1.HeaderClassName
{
color: #1F7505;
}
.AnyTagClassName
{
color: #1F7505;
}
</style>
background-color css
<style>
a { background-color: #1F7505; }
a { background-color: rgb(31,117,5); }
div.DivClassName
{
background-color: #1F7505;
}
.BgClassName
{
background-color: #1F7505;
}
</style>
border-color css
<style>
span { border-color: #1F7505; }
span { border-color: rgb(31,117,5); }
td.TdClassName
{
border-color: #1F7505;
}
.TagClassName
{
border-color: #1F7505;
}
</style>