Shades of Green #1D8401
Tints of Green #1D8401
RGB
CMYK
RGB Variations
Color information
#1D8401 (or 0x1D8401) is known color: Green. HEX triplet: 1D, 84 and 01. RGB value is (29,132,1). Sum of RGB (Red+Green+Blue) = 29+132+1=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 132 (51.95% from 255 or 81.48% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8401 is #E27BFE. Grayscale: #565656. Windows color (decimal): -14842879 or 99357. OLE color: 99357.
HSL color Cylindrical-coordinate representation of color #1D8401: hue angle of 107.18º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D8401 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.48 |
| HSL | 107.18º | 0.98% | 0.26% | - |
| HSV(B) | 107.18º | 0.99% | 0.52% | - |
| XYZ | 8.76 | 16.77 | 2.8 | - |
| YUV | 86.27 | 79.88 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 1 | 0.78 | 0 | 0.99 | 0.48 | 107.18 | 0.98 | 0.26 |
| Hex | 1D | 84 | 1 | 4E | 0 | 63 | 30 | 6B | 62 | 1A |
| Octal | 35 | 204 | 1 | 116 | 0 | 143 | 60 | 153 | 142 | 32 |
| Binary | 11101 | 10000100 | 1 | 1001110 | 0 | 1100011 | 110000 | 1101011 | 1100010 | 11010 |
Color Harmonies of #1D8401
Complementary color
Monochromatic Colors of #1D8401
Black with #1D8401
Text Example
Text Example
White with #1D8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8401; }
p { color: rgb(29,132,1); }
H1.HeaderClassName
{
color: #1D8401;
}
.AnyTagClassName
{
color: #1D8401;
}
</style>
background-color css
<style>
a { background-color: #1D8401; }
a { background-color: rgb(29,132,1); }
div.DivClassName
{
background-color: #1D8401;
}
.BgClassName
{
background-color: #1D8401;
}
</style>
border-color css
<style>
span { border-color: #1D8401; }
span { border-color: rgb(29,132,1); }
td.TdClassName
{
border-color: #1D8401;
}
.TagClassName
{
border-color: #1D8401;
}
</style>