Shades of Dark Pastel Green #10B731
Tints of Dark Pastel Green #10B731
RGB
CMYK
RGB Variations
Color information
#10B731 (or 0x10B731) is known color: Dark Pastel Green. HEX triplet: 10, B7 and 31. RGB value is (16,183,49). Sum of RGB (Red+Green+Blue) = 16+183+49=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #10B731 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B731 is #EF48CE. Grayscale: #767676. Windows color (decimal): -15681743 or 3258128. OLE color: 3258128.
HSL color Cylindrical-coordinate representation of color #10B731: hue angle of 131.86º 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 #10B731 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 49 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.28 |
| HSL | 131.86º | 0.84% | 0.39% | - |
| HSV(B) | 131.86º | 0.91% | 0.72% | - |
| XYZ | 17.7 | 34.2 | 8.57 | - |
| YUV | 117.79 | 89.17 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 49 | 0.91 | 0 | 0.73 | 0.28 | 131.86 | 0.84 | 0.39 |
| Hex | 10 | B7 | 31 | 5B | 0 | 49 | 1C | 84 | 54 | 27 |
| Octal | 20 | 267 | 61 | 133 | 0 | 111 | 34 | 204 | 124 | 47 |
| Binary | 10000 | 10110111 | 110001 | 1011011 | 0 | 1001001 | 11100 | 10000100 | 1010100 | 100111 |
Color Harmonies of #10B731
Complementary color
Monochromatic Colors of #10B731
Black with #10B731
Text Example
Text Example
White with #10B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B731; }
p { color: rgb(16,183,49); }
H1.HeaderClassName
{
color: #10B731;
}
.AnyTagClassName
{
color: #10B731;
}
</style>
background-color css
<style>
a { background-color: #10B731; }
a { background-color: rgb(16,183,49); }
div.DivClassName
{
background-color: #10B731;
}
.BgClassName
{
background-color: #10B731;
}
</style>
border-color css
<style>
span { border-color: #10B731; }
span { border-color: rgb(16,183,49); }
td.TdClassName
{
border-color: #10B731;
}
.TagClassName
{
border-color: #10B731;
}
</style>