Shades of Dark Pastel Green #10B128
Tints of Dark Pastel Green #10B128
RGB
CMYK
RGB Variations
Color information
#10B128 (or 0x10B128) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 28. RGB value is (16,177,40). Sum of RGB (Red+Green+Blue) = 16+177+40=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #10B128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B128 is #EF4ED7. Grayscale: #717171. Windows color (decimal): -15683288 or 2666768. OLE color: 2666768.
HSL color Cylindrical-coordinate representation of color #10B128: hue angle of 128.94º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B128 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 40 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.31 |
| HSL | 128.94º | 0.83% | 0.38% | - |
| HSV(B) | 128.94º | 0.91% | 0.69% | - |
| XYZ | 16.32 | 31.71 | 7.27 | - |
| YUV | 113.24 | 86.66 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 40 | 0.91 | 0 | 0.77 | 0.31 | 128.94 | 0.83 | 0.38 |
| Hex | 10 | B1 | 28 | 5B | 0 | 4D | 1F | 81 | 53 | 26 |
| Octal | 20 | 261 | 50 | 133 | 0 | 115 | 37 | 201 | 123 | 46 |
| Binary | 10000 | 10110001 | 101000 | 1011011 | 0 | 1001101 | 11111 | 10000001 | 1010011 | 100110 |
Color Harmonies of #10B128
Complementary color
Monochromatic Colors of #10B128
Black with #10B128
Text Example
Text Example
White with #10B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B128; }
p { color: rgb(16,177,40); }
H1.HeaderClassName
{
color: #10B128;
}
.AnyTagClassName
{
color: #10B128;
}
</style>
background-color css
<style>
a { background-color: #10B128; }
a { background-color: rgb(16,177,40); }
div.DivClassName
{
background-color: #10B128;
}
.BgClassName
{
background-color: #10B128;
}
</style>
border-color css
<style>
span { border-color: #10B128; }
span { border-color: rgb(16,177,40); }
td.TdClassName
{
border-color: #10B128;
}
.TagClassName
{
border-color: #10B128;
}
</style>