Shades of Dark Pastel Green #1DB333
Tints of Dark Pastel Green #1DB333
RGB
CMYK
RGB Variations
Color information
#1DB333 (or 0x1DB333) is known color: Dark Pastel Green. HEX triplet: 1D, B3 and 33. RGB value is (29,179,51). Sum of RGB (Red+Green+Blue) = 29+179+51=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB333 is #E24CCC. Grayscale: #777777. Windows color (decimal): -14830797 or 3388189. OLE color: 3388189.
HSL color Cylindrical-coordinate representation of color #1DB333: hue angle of 128.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB333 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 51 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.30 |
| HSL | 128.8º | 0.72% | 0.41% | - |
| HSV(B) | 128.8º | 0.84% | 0.7% | - |
| XYZ | 17.22 | 32.74 | 8.54 | - |
| YUV | 119.56 | 89.31 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 51 | 0.84 | 0 | 0.72 | 0.30 | 128.8 | 0.72 | 0.41 |
| Hex | 1D | B3 | 33 | 54 | 0 | 48 | 1E | 81 | 48 | 29 |
| Octal | 35 | 263 | 63 | 124 | 0 | 110 | 36 | 201 | 110 | 51 |
| Binary | 11101 | 10110011 | 110011 | 1010100 | 0 | 1001000 | 11110 | 10000001 | 1001000 | 101001 |
Color Harmonies of #1DB333
Complementary color
Monochromatic Colors of #1DB333
Black with #1DB333
Text Example
Text Example
White with #1DB333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB333; }
p { color: rgb(29,179,51); }
H1.HeaderClassName
{
color: #1DB333;
}
.AnyTagClassName
{
color: #1DB333;
}
</style>
background-color css
<style>
a { background-color: #1DB333; }
a { background-color: rgb(29,179,51); }
div.DivClassName
{
background-color: #1DB333;
}
.BgClassName
{
background-color: #1DB333;
}
</style>
border-color css
<style>
span { border-color: #1DB333; }
span { border-color: rgb(29,179,51); }
td.TdClassName
{
border-color: #1DB333;
}
.TagClassName
{
border-color: #1DB333;
}
</style>