Shades of Dark Pastel Green #1DB22F
Tints of Dark Pastel Green #1DB22F
RGB
CMYK
RGB Variations
Color information
#1DB22F (or 0x1DB22F) is known color: Dark Pastel Green. HEX triplet: 1D, B2 and 2F. RGB value is (29,178,47). Sum of RGB (Red+Green+Blue) = 29+178+47=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB22F is #E24DD0. Grayscale: #767676. Windows color (decimal): -14831057 or 3125789. OLE color: 3125789.
HSL color Cylindrical-coordinate representation of color #1DB22F: hue angle of 127.25º 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 #1DB22F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 47 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.30 |
| HSL | 127.25º | 0.72% | 0.41% | - |
| HSV(B) | 127.25º | 0.84% | 0.7% | - |
| XYZ | 16.94 | 32.31 | 8.03 | - |
| YUV | 118.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 47 | 0.84 | 0 | 0.74 | 0.30 | 127.25 | 0.72 | 0.41 |
| Hex | 1D | B2 | 2F | 54 | 0 | 4A | 1E | 7F | 48 | 29 |
| Octal | 35 | 262 | 57 | 124 | 0 | 112 | 36 | 177 | 110 | 51 |
| Binary | 11101 | 10110010 | 101111 | 1010100 | 0 | 1001010 | 11110 | 1111111 | 1001000 | 101001 |
Color Harmonies of #1DB22F
Complementary color
Monochromatic Colors of #1DB22F
Black with #1DB22F
Text Example
Text Example
White with #1DB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB22F; }
p { color: rgb(29,178,47); }
H1.HeaderClassName
{
color: #1DB22F;
}
.AnyTagClassName
{
color: #1DB22F;
}
</style>
background-color css
<style>
a { background-color: #1DB22F; }
a { background-color: rgb(29,178,47); }
div.DivClassName
{
background-color: #1DB22F;
}
.BgClassName
{
background-color: #1DB22F;
}
</style>
border-color css
<style>
span { border-color: #1DB22F; }
span { border-color: rgb(29,178,47); }
td.TdClassName
{
border-color: #1DB22F;
}
.TagClassName
{
border-color: #1DB22F;
}
</style>