Shades of Dark Pastel Green #1DB33E
Tints of Dark Pastel Green #1DB33E
RGB
CMYK
RGB Variations
Color information
#1DB33E (or 0x1DB33E) is known color: Dark Pastel Green. HEX triplet: 1D, B3 and 3E. RGB value is (29,179,62). Sum of RGB (Red+Green+Blue) = 29+179+62=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB33E is #E24CC1. Grayscale: #797979. Windows color (decimal): -14830786 or 4109085. OLE color: 4109085.
HSL color Cylindrical-coordinate representation of color #1DB33E: hue angle of 133.2º 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 #1DB33E is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 62 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.30 |
| HSL | 133.2º | 0.72% | 0.41% | - |
| HSV(B) | 133.2º | 0.84% | 0.7% | - |
| XYZ | 17.5 | 32.85 | 9.98 | - |
| YUV | 120.81 | 94.81 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 62 | 0.84 | 0 | 0.65 | 0.30 | 133.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 3E | 54 | 0 | 41 | 1E | 85 | 48 | 29 |
| Octal | 35 | 263 | 76 | 124 | 0 | 101 | 36 | 205 | 110 | 51 |
| Binary | 11101 | 10110011 | 111110 | 1010100 | 0 | 1000001 | 11110 | 10000101 | 1001000 | 101001 |
Color Harmonies of #1DB33E
Complementary color
Monochromatic Colors of #1DB33E
Black with #1DB33E
Text Example
Text Example
White with #1DB33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB33E; }
p { color: rgb(29,179,62); }
H1.HeaderClassName
{
color: #1DB33E;
}
.AnyTagClassName
{
color: #1DB33E;
}
</style>
background-color css
<style>
a { background-color: #1DB33E; }
a { background-color: rgb(29,179,62); }
div.DivClassName
{
background-color: #1DB33E;
}
.BgClassName
{
background-color: #1DB33E;
}
</style>
border-color css
<style>
span { border-color: #1DB33E; }
span { border-color: rgb(29,179,62); }
td.TdClassName
{
border-color: #1DB33E;
}
.TagClassName
{
border-color: #1DB33E;
}
</style>