Shades of Dark Pastel Green #10B547
Tints of Dark Pastel Green #10B547
RGB
CMYK
RGB Variations
Color information
#10B547 (or 0x10B547) is known color: Dark Pastel Green. HEX triplet: 10, B5 and 47. RGB value is (16,181,71). Sum of RGB (Red+Green+Blue) = 16+181+71=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #10B547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B547 is #EF4AB8. Grayscale: #777777. Windows color (decimal): -15682233 or 4699408. OLE color: 4699408.
HSL color Cylindrical-coordinate representation of color #10B547: hue angle of 140º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B547 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 71 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.29 |
| HSL | 140º | 0.84% | 0.39% | - |
| HSV(B) | 140º | 0.91% | 0.71% | - |
| XYZ | 17.87 | 33.61 | 11.51 | - |
| YUV | 119.13 | 100.84 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 71 | 0.91 | 0 | 0.61 | 0.29 | 140 | 0.84 | 0.39 |
| Hex | 10 | B5 | 47 | 5B | 0 | 3D | 1D | 8C | 54 | 27 |
| Octal | 20 | 265 | 107 | 133 | 0 | 75 | 35 | 214 | 124 | 47 |
| Binary | 10000 | 10110101 | 1000111 | 1011011 | 0 | 111101 | 11101 | 10001100 | 1010100 | 100111 |
Color Harmonies of #10B547
Complementary color
Monochromatic Colors of #10B547
Black with #10B547
Text Example
Text Example
White with #10B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B547; }
p { color: rgb(16,181,71); }
H1.HeaderClassName
{
color: #10B547;
}
.AnyTagClassName
{
color: #10B547;
}
</style>
background-color css
<style>
a { background-color: #10B547; }
a { background-color: rgb(16,181,71); }
div.DivClassName
{
background-color: #10B547;
}
.BgClassName
{
background-color: #10B547;
}
</style>
border-color css
<style>
span { border-color: #10B547; }
span { border-color: rgb(16,181,71); }
td.TdClassName
{
border-color: #10B547;
}
.TagClassName
{
border-color: #10B547;
}
</style>