Shades of Green #1D8402
Tints of Green #1D8402
RGB
CMYK
RGB Variations
Color information
#1D8402 (or 0x1D8402) is known color: Green. HEX triplet: 1D, 84 and 02. RGB value is (29,132,2). Sum of RGB (Red+Green+Blue) = 29+132+2=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 132 (51.95% from 255 or 80.98% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8402 is #E27BFD. Grayscale: #565656. Windows color (decimal): -14842878 or 164893. OLE color: 164893.
HSL color Cylindrical-coordinate representation of color #1D8402: hue angle of 107.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D8402 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 2 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.48 |
| HSL | 107.54º | 0.97% | 0.26% | - |
| HSV(B) | 107.54º | 0.98% | 0.52% | - |
| XYZ | 8.77 | 16.77 | 2.83 | - |
| YUV | 86.38 | 80.38 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 2 | 0.78 | 0 | 0.98 | 0.48 | 107.54 | 0.97 | 0.26 |
| Hex | 1D | 84 | 2 | 4E | 0 | 62 | 30 | 6C | 61 | 1A |
| Octal | 35 | 204 | 2 | 116 | 0 | 142 | 60 | 154 | 141 | 32 |
| Binary | 11101 | 10000100 | 10 | 1001110 | 0 | 1100010 | 110000 | 1101100 | 1100001 | 11010 |
Color Harmonies of #1D8402
Complementary color
Monochromatic Colors of #1D8402
Black with #1D8402
Text Example
Text Example
White with #1D8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8402; }
p { color: rgb(29,132,2); }
H1.HeaderClassName
{
color: #1D8402;
}
.AnyTagClassName
{
color: #1D8402;
}
</style>
background-color css
<style>
a { background-color: #1D8402; }
a { background-color: rgb(29,132,2); }
div.DivClassName
{
background-color: #1D8402;
}
.BgClassName
{
background-color: #1D8402;
}
</style>
border-color css
<style>
span { border-color: #1D8402; }
span { border-color: rgb(29,132,2); }
td.TdClassName
{
border-color: #1D8402;
}
.TagClassName
{
border-color: #1D8402;
}
</style>