Shades of Dark Pastel Green #1DA33D
Tints of Dark Pastel Green #1DA33D
RGB
CMYK
RGB Variations
Color information
#1DA33D (or 0x1DA33D) is known color: Dark Pastel Green. HEX triplet: 1D, A3 and 3D. RGB value is (29,163,61). Sum of RGB (Red+Green+Blue) = 29+163+61=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 163 (64.06% from 255 or 64.43% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA33D is #E25CC2. Grayscale: #6F6F6F. Windows color (decimal): -14834883 or 4039453. OLE color: 4039453.
HSL color Cylindrical-coordinate representation of color #1DA33D: hue angle of 134.33º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA33D is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 61 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.36 |
| HSL | 134.33º | 0.7% | 0.38% | - |
| HSV(B) | 134.33º | 0.82% | 0.64% | - |
| XYZ | 14.45 | 26.79 | 8.82 | - |
| YUV | 111.31 | 99.61 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 61 | 0.82 | 0 | 0.63 | 0.36 | 134.33 | 0.7 | 0.38 |
| Hex | 1D | A3 | 3D | 52 | 0 | 3F | 24 | 86 | 46 | 26 |
| Octal | 35 | 243 | 75 | 122 | 0 | 77 | 44 | 206 | 106 | 46 |
| Binary | 11101 | 10100011 | 111101 | 1010010 | 0 | 111111 | 100100 | 10000110 | 1000110 | 100110 |
Color Harmonies of #1DA33D
Complementary color
Monochromatic Colors of #1DA33D
Black with #1DA33D
Text Example
Text Example
White with #1DA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA33D; }
p { color: rgb(29,163,61); }
H1.HeaderClassName
{
color: #1DA33D;
}
.AnyTagClassName
{
color: #1DA33D;
}
</style>
background-color css
<style>
a { background-color: #1DA33D; }
a { background-color: rgb(29,163,61); }
div.DivClassName
{
background-color: #1DA33D;
}
.BgClassName
{
background-color: #1DA33D;
}
</style>
border-color css
<style>
span { border-color: #1DA33D; }
span { border-color: rgb(29,163,61); }
td.TdClassName
{
border-color: #1DA33D;
}
.TagClassName
{
border-color: #1DA33D;
}
</style>