Shades of Dark Pastel Green #1DBE4B
Tints of Dark Pastel Green #1DBE4B
RGB
CMYK
RGB Variations
Color information
#1DBE4B (or 0x1DBE4B) is known color: Dark Pastel Green. HEX triplet: 1D, BE and 4B. RGB value is (29,190,75). Sum of RGB (Red+Green+Blue) = 29+190+75=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 190 (74.61% from 255 or 64.63% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE4B is #E241B4. Grayscale: #818181. Windows color (decimal): -14827957 or 4963869. OLE color: 4963869.
HSL color Cylindrical-coordinate representation of color #1DBE4B: hue angle of 137.14º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE4B is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 75 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.25 |
| HSL | 137.14º | 0.74% | 0.43% | - |
| HSV(B) | 137.14º | 0.85% | 0.75% | - |
| XYZ | 20.19 | 37.6 | 12.85 | - |
| YUV | 128.75 | 97.66 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 75 | 0.85 | 0 | 0.61 | 0.25 | 137.14 | 0.74 | 0.43 |
| Hex | 1D | BE | 4B | 55 | 0 | 3D | 19 | 89 | 4A | 2B |
| Octal | 35 | 276 | 113 | 125 | 0 | 75 | 31 | 211 | 112 | 53 |
| Binary | 11101 | 10111110 | 1001011 | 1010101 | 0 | 111101 | 11001 | 10001001 | 1001010 | 101011 |
Color Harmonies of #1DBE4B
Complementary color
Monochromatic Colors of #1DBE4B
Black with #1DBE4B
Text Example
Text Example
White with #1DBE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE4B; }
p { color: rgb(29,190,75); }
H1.HeaderClassName
{
color: #1DBE4B;
}
.AnyTagClassName
{
color: #1DBE4B;
}
</style>
background-color css
<style>
a { background-color: #1DBE4B; }
a { background-color: rgb(29,190,75); }
div.DivClassName
{
background-color: #1DBE4B;
}
.BgClassName
{
background-color: #1DBE4B;
}
</style>
border-color css
<style>
span { border-color: #1DBE4B; }
span { border-color: rgb(29,190,75); }
td.TdClassName
{
border-color: #1DBE4B;
}
.TagClassName
{
border-color: #1DBE4B;
}
</style>