Shades of Forest Green #1D933A
Tints of Forest Green #1D933A
RGB
CMYK
RGB Variations
Color information
#1D933A (or 0x1D933A) is known color: Forest Green. HEX triplet: 1D, 93 and 3A. RGB value is (29,147,58). Sum of RGB (Red+Green+Blue) = 29+147+58=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #1D933A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D933A is #E26CC5. Grayscale: #656565. Windows color (decimal): -14838982 or 3838749. OLE color: 3838749.
HSL color Cylindrical-coordinate representation of color #1D933A: hue angle of 134.75º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D933A is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 58 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.42 |
| HSL | 134.75º | 0.67% | 0.35% | - |
| HSV(B) | 134.75º | 0.8% | 0.58% | - |
| XYZ | 11.7 | 21.43 | 7.52 | - |
| YUV | 101.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 58 | 0.80 | 0 | 0.61 | 0.42 | 134.75 | 0.67 | 0.35 |
| Hex | 1D | 93 | 3A | 50 | 0 | 3D | 2A | 87 | 43 | 23 |
| Octal | 35 | 223 | 72 | 120 | 0 | 75 | 52 | 207 | 103 | 43 |
| Binary | 11101 | 10010011 | 111010 | 1010000 | 0 | 111101 | 101010 | 10000111 | 1000011 | 100011 |
Color Harmonies of #1D933A
Complementary color
Monochromatic Colors of #1D933A
Black with #1D933A
Text Example
Text Example
White with #1D933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D933A; }
p { color: rgb(29,147,58); }
H1.HeaderClassName
{
color: #1D933A;
}
.AnyTagClassName
{
color: #1D933A;
}
</style>
background-color css
<style>
a { background-color: #1D933A; }
a { background-color: rgb(29,147,58); }
div.DivClassName
{
background-color: #1D933A;
}
.BgClassName
{
background-color: #1D933A;
}
</style>
border-color css
<style>
span { border-color: #1D933A; }
span { border-color: rgb(29,147,58); }
td.TdClassName
{
border-color: #1D933A;
}
.TagClassName
{
border-color: #1D933A;
}
</style>