Shades of Green #1D8700
Tints of Green #1D8700
RGB
CMYK
RGB Variations
Color information
#1D8700 (or 0x1D8700) is known color: Green. HEX triplet: 1D, 87 and 00. RGB value is (29,135,0). Sum of RGB (Red+Green+Blue) = 29+135+0=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 135 (53.12% from 255 or 82.32% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8700 is #E278FF. Grayscale: #585858. Windows color (decimal): -14842112 or 34589. OLE color: 34589.
HSL color Cylindrical-coordinate representation of color #1D8700: hue angle of 107.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D8700 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.47 |
| HSL | 107.11º | 1% | 0.26% | - |
| HSV(B) | 107.11º | 1% | 0.53% | - |
| XYZ | 9.17 | 17.59 | 2.91 | - |
| YUV | 87.92 | 78.38 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 0 | 0.79 | 0 | 1 | 0.47 | 107.11 | 1 | 0.26 |
| Hex | 1D | 87 | 0 | 4F | 0 | 64 | 2F | 6B | 64 | 1A |
| Octal | 35 | 207 | 0 | 117 | 0 | 144 | 57 | 153 | 144 | 32 |
| Binary | 11101 | 10000111 | 0 | 1001111 | 0 | 1100100 | 101111 | 1101011 | 1100100 | 11010 |
Color Harmonies of #1D8700
Complementary color
Monochromatic Colors of #1D8700
Black with #1D8700
Text Example
Text Example
White with #1D8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8700; }
p { color: rgb(29,135,0); }
H1.HeaderClassName
{
color: #1D8700;
}
.AnyTagClassName
{
color: #1D8700;
}
</style>
background-color css
<style>
a { background-color: #1D8700; }
a { background-color: rgb(29,135,0); }
div.DivClassName
{
background-color: #1D8700;
}
.BgClassName
{
background-color: #1D8700;
}
</style>
border-color css
<style>
span { border-color: #1D8700; }
span { border-color: rgb(29,135,0); }
td.TdClassName
{
border-color: #1D8700;
}
.TagClassName
{
border-color: #1D8700;
}
</style>