Shades of Dark Pastel Green #10B829
Tints of Dark Pastel Green #10B829
RGB
CMYK
RGB Variations
Color information
#10B829 (or 0x10B829) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 29. RGB value is (16,184,41). Sum of RGB (Red+Green+Blue) = 16+184+41=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 184 (72.27% from 255 or 76.35% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 184 - color contains mainly: green. Hex color #10B829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B829 is #EF47D6. Grayscale: #757575. Windows color (decimal): -15681495 or 2734096. OLE color: 2734096.
HSL color Cylindrical-coordinate representation of color #10B829: hue angle of 128.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B829 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 41 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.28 |
| HSL | 128.93º | 0.84% | 0.39% | - |
| HSV(B) | 128.93º | 0.91% | 0.72% | - |
| XYZ | 17.75 | 34.55 | 7.83 | - |
| YUV | 117.47 | 84.84 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 41 | 0.91 | 0 | 0.78 | 0.28 | 128.93 | 0.84 | 0.39 |
| Hex | 10 | B8 | 29 | 5B | 0 | 4E | 1C | 81 | 54 | 27 |
| Octal | 20 | 270 | 51 | 133 | 0 | 116 | 34 | 201 | 124 | 47 |
| Binary | 10000 | 10111000 | 101001 | 1011011 | 0 | 1001110 | 11100 | 10000001 | 1010100 | 100111 |
Color Harmonies of #10B829
Complementary color
Monochromatic Colors of #10B829
Black with #10B829
Text Example
Text Example
White with #10B829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B829; }
p { color: rgb(16,184,41); }
H1.HeaderClassName
{
color: #10B829;
}
.AnyTagClassName
{
color: #10B829;
}
</style>
background-color css
<style>
a { background-color: #10B829; }
a { background-color: rgb(16,184,41); }
div.DivClassName
{
background-color: #10B829;
}
.BgClassName
{
background-color: #10B829;
}
</style>
border-color css
<style>
span { border-color: #10B829; }
span { border-color: rgb(16,184,41); }
td.TdClassName
{
border-color: #10B829;
}
.TagClassName
{
border-color: #10B829;
}
</style>