Shades of Dark Pastel Green #10B131
Tints of Dark Pastel Green #10B131
RGB
CMYK
RGB Variations
Color information
#10B131 (or 0x10B131) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 31. RGB value is (16,177,49). Sum of RGB (Red+Green+Blue) = 16+177+49=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 177 (69.53% from 255 or 73.14% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 177 - color contains mainly: green. Hex color #10B131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B131 is #EF4ECE. Grayscale: #727272. Windows color (decimal): -15683279 or 3256592. OLE color: 3256592.
HSL color Cylindrical-coordinate representation of color #10B131: hue angle of 132.3º 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 #10B131 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 49 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.31 |
| HSL | 132.3º | 0.83% | 0.38% | - |
| HSV(B) | 132.3º | 0.91% | 0.69% | - |
| XYZ | 16.49 | 31.78 | 8.17 | - |
| YUV | 114.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 49 | 0.91 | 0 | 0.72 | 0.31 | 132.3 | 0.83 | 0.38 |
| Hex | 10 | B1 | 31 | 5B | 0 | 48 | 1F | 84 | 53 | 26 |
| Octal | 20 | 261 | 61 | 133 | 0 | 110 | 37 | 204 | 123 | 46 |
| Binary | 10000 | 10110001 | 110001 | 1011011 | 0 | 1001000 | 11111 | 10000100 | 1010011 | 100110 |
Color Harmonies of #10B131
Complementary color
Monochromatic Colors of #10B131
Black with #10B131
Text Example
Text Example
White with #10B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B131; }
p { color: rgb(16,177,49); }
H1.HeaderClassName
{
color: #10B131;
}
.AnyTagClassName
{
color: #10B131;
}
</style>
background-color css
<style>
a { background-color: #10B131; }
a { background-color: rgb(16,177,49); }
div.DivClassName
{
background-color: #10B131;
}
.BgClassName
{
background-color: #10B131;
}
</style>
border-color css
<style>
span { border-color: #10B131; }
span { border-color: rgb(16,177,49); }
td.TdClassName
{
border-color: #10B131;
}
.TagClassName
{
border-color: #10B131;
}
</style>