Shades of Dark Pastel Green #1DB03D
Tints of Dark Pastel Green #1DB03D
RGB
CMYK
RGB Variations
Color information
#1DB03D (or 0x1DB03D) is known color: Dark Pastel Green. HEX triplet: 1D, B0 and 3D. RGB value is (29,176,61). Sum of RGB (Red+Green+Blue) = 29+176+61=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB03D is #E24FC2. Grayscale: #777777. Windows color (decimal): -14831555 or 4042781. OLE color: 4042781.
HSL color Cylindrical-coordinate representation of color #1DB03D: hue angle of 133.06º 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 #1DB03D is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 61 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.31 |
| HSL | 133.06º | 0.72% | 0.4% | - |
| HSV(B) | 133.06º | 0.84% | 0.69% | - |
| XYZ | 16.87 | 31.65 | 9.63 | - |
| YUV | 118.94 | 95.3 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 61 | 0.84 | 0 | 0.65 | 0.31 | 133.06 | 0.72 | 0.4 |
| Hex | 1D | B0 | 3D | 54 | 0 | 41 | 1F | 85 | 48 | 28 |
| Octal | 35 | 260 | 75 | 124 | 0 | 101 | 37 | 205 | 110 | 50 |
| Binary | 11101 | 10110000 | 111101 | 1010100 | 0 | 1000001 | 11111 | 10000101 | 1001000 | 101000 |
Color Harmonies of #1DB03D
Complementary color
Monochromatic Colors of #1DB03D
Black with #1DB03D
Text Example
Text Example
White with #1DB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB03D; }
p { color: rgb(29,176,61); }
H1.HeaderClassName
{
color: #1DB03D;
}
.AnyTagClassName
{
color: #1DB03D;
}
</style>
background-color css
<style>
a { background-color: #1DB03D; }
a { background-color: rgb(29,176,61); }
div.DivClassName
{
background-color: #1DB03D;
}
.BgClassName
{
background-color: #1DB03D;
}
</style>
border-color css
<style>
span { border-color: #1DB03D; }
span { border-color: rgb(29,176,61); }
td.TdClassName
{
border-color: #1DB03D;
}
.TagClassName
{
border-color: #1DB03D;
}
</style>