Shades of Green #1D6401
Tints of Green #1D6401
RGB
CMYK
RGB Variations
Color information
#1D6401 (or 0x1D6401) is known color: Green. HEX triplet: 1D, 64 and 01. RGB value is (29,100,1). Sum of RGB (Red+Green+Blue) = 29+100+1=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #1D6401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6401 is #E29BFE. Grayscale: #434343. Windows color (decimal): -14851071 or 91165. OLE color: 91165.
HSL color Cylindrical-coordinate representation of color #1D6401: hue angle of 103.03º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D6401 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 100 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.61 |
| HSL | 103.03º | 0.98% | 0.2% | - |
| HSV(B) | 103.03º | 0.99% | 0.39% | - |
| XYZ | 5.07 | 9.38 | 1.57 | - |
| YUV | 67.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 1 | 0.71 | 0 | 0.99 | 0.61 | 103.03 | 0.98 | 0.2 |
| Hex | 1D | 64 | 1 | 47 | 0 | 63 | 3D | 67 | 62 | 14 |
| Octal | 35 | 144 | 1 | 107 | 0 | 143 | 75 | 147 | 142 | 24 |
| Binary | 11101 | 1100100 | 1 | 1000111 | 0 | 1100011 | 111101 | 1100111 | 1100010 | 10100 |
Color Harmonies of #1D6401
Complementary color
Monochromatic Colors of #1D6401
Black with #1D6401
Text Example
Text Example
White with #1D6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6401; }
p { color: rgb(29,100,1); }
H1.HeaderClassName
{
color: #1D6401;
}
.AnyTagClassName
{
color: #1D6401;
}
</style>
background-color css
<style>
a { background-color: #1D6401; }
a { background-color: rgb(29,100,1); }
div.DivClassName
{
background-color: #1D6401;
}
.BgClassName
{
background-color: #1D6401;
}
</style>
border-color css
<style>
span { border-color: #1D6401; }
span { border-color: rgb(29,100,1); }
td.TdClassName
{
border-color: #1D6401;
}
.TagClassName
{
border-color: #1D6401;
}
</style>