Shades of Dark Pastel Green #1DBF43
Tints of Dark Pastel Green #1DBF43
RGB
CMYK
RGB Variations
Color information
#1DBF43 (or 0x1DBF43) is known color: Dark Pastel Green. HEX triplet: 1D, BF and 43. RGB value is (29,191,67). Sum of RGB (Red+Green+Blue) = 29+191+67=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF43 is #E240BC. Grayscale: #808080. Windows color (decimal): -14827709 or 4439837. OLE color: 4439837.
HSL color Cylindrical-coordinate representation of color #1DBF43: hue angle of 134.07º 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 #1DBF43 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 67 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.25 |
| HSL | 134.07º | 0.74% | 0.43% | - |
| HSV(B) | 134.07º | 0.85% | 0.75% | - |
| XYZ | 20.15 | 37.93 | 11.57 | - |
| YUV | 128.43 | 93.33 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 67 | 0.85 | 0 | 0.65 | 0.25 | 134.07 | 0.74 | 0.43 |
| Hex | 1D | BF | 43 | 55 | 0 | 41 | 19 | 86 | 4A | 2B |
| Octal | 35 | 277 | 103 | 125 | 0 | 101 | 31 | 206 | 112 | 53 |
| Binary | 11101 | 10111111 | 1000011 | 1010101 | 0 | 1000001 | 11001 | 10000110 | 1001010 | 101011 |
Color Harmonies of #1DBF43
Complementary color
Monochromatic Colors of #1DBF43
Black with #1DBF43
Text Example
Text Example
White with #1DBF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF43; }
p { color: rgb(29,191,67); }
H1.HeaderClassName
{
color: #1DBF43;
}
.AnyTagClassName
{
color: #1DBF43;
}
</style>
background-color css
<style>
a { background-color: #1DBF43; }
a { background-color: rgb(29,191,67); }
div.DivClassName
{
background-color: #1DBF43;
}
.BgClassName
{
background-color: #1DBF43;
}
</style>
border-color css
<style>
span { border-color: #1DBF43; }
span { border-color: rgb(29,191,67); }
td.TdClassName
{
border-color: #1DBF43;
}
.TagClassName
{
border-color: #1DBF43;
}
</style>