Shades of Dark Pastel Green #1DB02E
Tints of Dark Pastel Green #1DB02E
RGB
CMYK
RGB Variations
Color information
#1DB02E (or 0x1DB02E) is known color: Dark Pastel Green. HEX triplet: 1D, B0 and 2E. RGB value is (29,176,46). Sum of RGB (Red+Green+Blue) = 29+176+46=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 176 (69.14% from 255 or 70.12% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB02E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB02E is #E24FD1. Grayscale: #757575. Windows color (decimal): -14831570 or 3059741. OLE color: 3059741.
HSL color Cylindrical-coordinate representation of color #1DB02E: hue angle of 126.94º 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 #1DB02E is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 46 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.31 |
| HSL | 126.94º | 0.72% | 0.4% | - |
| HSV(B) | 126.94º | 0.84% | 0.69% | - |
| XYZ | 16.53 | 31.51 | 7.8 | - |
| YUV | 117.23 | 87.8 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 46 | 0.84 | 0 | 0.74 | 0.31 | 126.94 | 0.72 | 0.4 |
| Hex | 1D | B0 | 2E | 54 | 0 | 4A | 1F | 7F | 48 | 28 |
| Octal | 35 | 260 | 56 | 124 | 0 | 112 | 37 | 177 | 110 | 50 |
| Binary | 11101 | 10110000 | 101110 | 1010100 | 0 | 1001010 | 11111 | 1111111 | 1001000 | 101000 |
Color Harmonies of #1DB02E
Complementary color
Monochromatic Colors of #1DB02E
Black with #1DB02E
Text Example
Text Example
White with #1DB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB02E; }
p { color: rgb(29,176,46); }
H1.HeaderClassName
{
color: #1DB02E;
}
.AnyTagClassName
{
color: #1DB02E;
}
</style>
background-color css
<style>
a { background-color: #1DB02E; }
a { background-color: rgb(29,176,46); }
div.DivClassName
{
background-color: #1DB02E;
}
.BgClassName
{
background-color: #1DB02E;
}
</style>
border-color css
<style>
span { border-color: #1DB02E; }
span { border-color: rgb(29,176,46); }
td.TdClassName
{
border-color: #1DB02E;
}
.TagClassName
{
border-color: #1DB02E;
}
</style>