Shades of Dark Pastel Green #10DB2F
Tints of Dark Pastel Green #10DB2F
RGB
CMYK
RGB Variations
Color information
#10DB2F (or 0x10DB2F) is known color: Dark Pastel Green. HEX triplet: 10, DB and 2F. RGB value is (16,219,47). Sum of RGB (Red+Green+Blue) = 16+219+47=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 219 (85.94% from 255 or 77.66% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DB2F is #EF24D0. Grayscale: #8B8B8B. Windows color (decimal): -15672529 or 3136272. OLE color: 3136272.
HSL color Cylindrical-coordinate representation of color #10DB2F: hue angle of 129.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DB2F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 47 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.14 |
| HSL | 129.16º | 0.86% | 0.46% | - |
| HSV(B) | 129.16º | 0.93% | 0.86% | - |
| XYZ | 26.06 | 50.98 | 11.16 | - |
| YUV | 138.7 | 76.25 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 47 | 0.93 | 0 | 0.79 | 0.14 | 129.16 | 0.86 | 0.46 |
| Hex | 10 | DB | 2F | 5D | 0 | 4F | E | 81 | 56 | 2E |
| Octal | 20 | 333 | 57 | 135 | 0 | 117 | 16 | 201 | 126 | 56 |
| Binary | 10000 | 11011011 | 101111 | 1011101 | 0 | 1001111 | 1110 | 10000001 | 1010110 | 101110 |
Color Harmonies of #10DB2F
Complementary color
Monochromatic Colors of #10DB2F
Black with #10DB2F
Text Example
Text Example
White with #10DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB2F; }
p { color: rgb(16,219,47); }
H1.HeaderClassName
{
color: #10DB2F;
}
.AnyTagClassName
{
color: #10DB2F;
}
</style>
background-color css
<style>
a { background-color: #10DB2F; }
a { background-color: rgb(16,219,47); }
div.DivClassName
{
background-color: #10DB2F;
}
.BgClassName
{
background-color: #10DB2F;
}
</style>
border-color css
<style>
span { border-color: #10DB2F; }
span { border-color: rgb(16,219,47); }
td.TdClassName
{
border-color: #10DB2F;
}
.TagClassName
{
border-color: #10DB2F;
}
</style>