Shades of Dark Pastel Green #1DB12F
Tints of Dark Pastel Green #1DB12F
RGB
CMYK
RGB Variations
Color information
#1DB12F (or 0x1DB12F) is known color: Dark Pastel Green. HEX triplet: 1D, B1 and 2F. RGB value is (29,177,47). Sum of RGB (Red+Green+Blue) = 29+177+47=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB12F is #E24ED0. Grayscale: #767676. Windows color (decimal): -14831313 or 3125533. OLE color: 3125533.
HSL color Cylindrical-coordinate representation of color #1DB12F: hue angle of 127.3º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB12F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 47 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.31 |
| HSL | 127.3º | 0.72% | 0.4% | - |
| HSV(B) | 127.3º | 0.84% | 0.69% | - |
| XYZ | 16.74 | 31.91 | 7.97 | - |
| YUV | 117.93 | 87.97 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 47 | 0.84 | 0 | 0.73 | 0.31 | 127.3 | 0.72 | 0.4 |
| Hex | 1D | B1 | 2F | 54 | 0 | 49 | 1F | 7F | 48 | 28 |
| Octal | 35 | 261 | 57 | 124 | 0 | 111 | 37 | 177 | 110 | 50 |
| Binary | 11101 | 10110001 | 101111 | 1010100 | 0 | 1001001 | 11111 | 1111111 | 1001000 | 101000 |
Color Harmonies of #1DB12F
Complementary color
Monochromatic Colors of #1DB12F
Black with #1DB12F
Text Example
Text Example
White with #1DB12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB12F; }
p { color: rgb(29,177,47); }
H1.HeaderClassName
{
color: #1DB12F;
}
.AnyTagClassName
{
color: #1DB12F;
}
</style>
background-color css
<style>
a { background-color: #1DB12F; }
a { background-color: rgb(29,177,47); }
div.DivClassName
{
background-color: #1DB12F;
}
.BgClassName
{
background-color: #1DB12F;
}
</style>
border-color css
<style>
span { border-color: #1DB12F; }
span { border-color: rgb(29,177,47); }
td.TdClassName
{
border-color: #1DB12F;
}
.TagClassName
{
border-color: #1DB12F;
}
</style>