Shades of Dark Pastel Green #1DB63A
Tints of Dark Pastel Green #1DB63A
RGB
CMYK
RGB Variations
Color information
#1DB63A (or 0x1DB63A) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 3A. RGB value is (29,182,58). Sum of RGB (Red+Green+Blue) = 29+182+58=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB63A is #E249C5. Grayscale: #7A7A7A. Windows color (decimal): -14830022 or 3847709. OLE color: 3847709.
HSL color Cylindrical-coordinate representation of color #1DB63A: hue angle of 131.37º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB63A is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 58 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.29 |
| HSL | 131.37º | 0.73% | 0.41% | - |
| HSV(B) | 131.37º | 0.84% | 0.71% | - |
| XYZ | 18 | 34.02 | 9.62 | - |
| YUV | 122.12 | 91.81 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 58 | 0.84 | 0 | 0.68 | 0.29 | 131.37 | 0.73 | 0.41 |
| Hex | 1D | B6 | 3A | 54 | 0 | 44 | 1D | 83 | 49 | 29 |
| Octal | 35 | 266 | 72 | 124 | 0 | 104 | 35 | 203 | 111 | 51 |
| Binary | 11101 | 10110110 | 111010 | 1010100 | 0 | 1000100 | 11101 | 10000011 | 1001001 | 101001 |
Color Harmonies of #1DB63A
Complementary color
Monochromatic Colors of #1DB63A
Black with #1DB63A
Text Example
Text Example
White with #1DB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB63A; }
p { color: rgb(29,182,58); }
H1.HeaderClassName
{
color: #1DB63A;
}
.AnyTagClassName
{
color: #1DB63A;
}
</style>
background-color css
<style>
a { background-color: #1DB63A; }
a { background-color: rgb(29,182,58); }
div.DivClassName
{
background-color: #1DB63A;
}
.BgClassName
{
background-color: #1DB63A;
}
</style>
border-color css
<style>
span { border-color: #1DB63A; }
span { border-color: rgb(29,182,58); }
td.TdClassName
{
border-color: #1DB63A;
}
.TagClassName
{
border-color: #1DB63A;
}
</style>