Shades of Green #1D8901
Tints of Green #1D8901
RGB
CMYK
RGB Variations
Color information
#1D8901 (or 0x1D8901) is known color: Green. HEX triplet: 1D, 89 and 01. RGB value is (29,137,1). Sum of RGB (Red+Green+Blue) = 29+137+1=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8901 is #E276FE. Grayscale: #595959. Windows color (decimal): -14841599 or 100637. OLE color: 100637.
HSL color Cylindrical-coordinate representation of color #1D8901: hue angle of 107.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D8901 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.46 |
| HSL | 107.65º | 0.99% | 0.27% | - |
| HSV(B) | 107.65º | 0.99% | 0.54% | - |
| XYZ | 9.46 | 18.15 | 3.03 | - |
| YUV | 89.2 | 78.22 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 1 | 0.79 | 0 | 0.99 | 0.46 | 107.65 | 0.99 | 0.27 |
| Hex | 1D | 89 | 1 | 4F | 0 | 63 | 2E | 6C | 63 | 1B |
| Octal | 35 | 211 | 1 | 117 | 0 | 143 | 56 | 154 | 143 | 33 |
| Binary | 11101 | 10001001 | 1 | 1001111 | 0 | 1100011 | 101110 | 1101100 | 1100011 | 11011 |
Color Harmonies of #1D8901
Complementary color
Monochromatic Colors of #1D8901
Black with #1D8901
Text Example
Text Example
White with #1D8901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8901; }
p { color: rgb(29,137,1); }
H1.HeaderClassName
{
color: #1D8901;
}
.AnyTagClassName
{
color: #1D8901;
}
</style>
background-color css
<style>
a { background-color: #1D8901; }
a { background-color: rgb(29,137,1); }
div.DivClassName
{
background-color: #1D8901;
}
.BgClassName
{
background-color: #1D8901;
}
</style>
border-color css
<style>
span { border-color: #1D8901; }
span { border-color: rgb(29,137,1); }
td.TdClassName
{
border-color: #1D8901;
}
.TagClassName
{
border-color: #1D8901;
}
</style>