Shades of Dark Pastel Green #1DAF42
Tints of Dark Pastel Green #1DAF42
RGB
CMYK
RGB Variations
Color information
#1DAF42 (or 0x1DAF42) is known color: Dark Pastel Green. HEX triplet: 1D, AF and 42. RGB value is (29,175,66). Sum of RGB (Red+Green+Blue) = 29+175+66=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF42 is #E250BD. Grayscale: #777777. Windows color (decimal): -14831806 or 4370205. OLE color: 4370205.
HSL color Cylindrical-coordinate representation of color #1DAF42: hue angle of 135.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF42 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 66 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.31 |
| HSL | 135.21º | 0.72% | 0.4% | - |
| HSV(B) | 135.21º | 0.83% | 0.69% | - |
| XYZ | 16.82 | 31.31 | 10.31 | - |
| YUV | 118.92 | 98.13 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 66 | 0.83 | 0 | 0.62 | 0.31 | 135.21 | 0.72 | 0.4 |
| Hex | 1D | AF | 42 | 53 | 0 | 3E | 1F | 87 | 48 | 28 |
| Octal | 35 | 257 | 102 | 123 | 0 | 76 | 37 | 207 | 110 | 50 |
| Binary | 11101 | 10101111 | 1000010 | 1010011 | 0 | 111110 | 11111 | 10000111 | 1001000 | 101000 |
Color Harmonies of #1DAF42
Complementary color
Monochromatic Colors of #1DAF42
Black with #1DAF42
Text Example
Text Example
White with #1DAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF42; }
p { color: rgb(29,175,66); }
H1.HeaderClassName
{
color: #1DAF42;
}
.AnyTagClassName
{
color: #1DAF42;
}
</style>
background-color css
<style>
a { background-color: #1DAF42; }
a { background-color: rgb(29,175,66); }
div.DivClassName
{
background-color: #1DAF42;
}
.BgClassName
{
background-color: #1DAF42;
}
</style>
border-color css
<style>
span { border-color: #1DAF42; }
span { border-color: rgb(29,175,66); }
td.TdClassName
{
border-color: #1DAF42;
}
.TagClassName
{
border-color: #1DAF42;
}
</style>