Shades of Dark Pastel Green #1DB13B
Tints of Dark Pastel Green #1DB13B
RGB
CMYK
RGB Variations
Color information
#1DB13B (or 0x1DB13B) is known color: Dark Pastel Green. HEX triplet: 1D, B1 and 3B. RGB value is (29,177,59). Sum of RGB (Red+Green+Blue) = 29+177+59=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB13B is #E24EC4. Grayscale: #777777. Windows color (decimal): -14831301 or 3911965. OLE color: 3911965.
HSL color Cylindrical-coordinate representation of color #1DB13B: hue angle of 132.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB13B is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 59 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.31 |
| HSL | 132.16º | 0.72% | 0.4% | - |
| HSV(B) | 132.16º | 0.84% | 0.69% | - |
| XYZ | 17.02 | 32.02 | 9.42 | - |
| YUV | 119.3 | 93.97 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 59 | 0.84 | 0 | 0.67 | 0.31 | 132.16 | 0.72 | 0.4 |
| Hex | 1D | B1 | 3B | 54 | 0 | 43 | 1F | 84 | 48 | 28 |
| Octal | 35 | 261 | 73 | 124 | 0 | 103 | 37 | 204 | 110 | 50 |
| Binary | 11101 | 10110001 | 111011 | 1010100 | 0 | 1000011 | 11111 | 10000100 | 1001000 | 101000 |
Color Harmonies of #1DB13B
Complementary color
Monochromatic Colors of #1DB13B
Black with #1DB13B
Text Example
Text Example
White with #1DB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB13B; }
p { color: rgb(29,177,59); }
H1.HeaderClassName
{
color: #1DB13B;
}
.AnyTagClassName
{
color: #1DB13B;
}
</style>
background-color css
<style>
a { background-color: #1DB13B; }
a { background-color: rgb(29,177,59); }
div.DivClassName
{
background-color: #1DB13B;
}
.BgClassName
{
background-color: #1DB13B;
}
</style>
border-color css
<style>
span { border-color: #1DB13B; }
span { border-color: rgb(29,177,59); }
td.TdClassName
{
border-color: #1DB13B;
}
.TagClassName
{
border-color: #1DB13B;
}
</style>