Shades of Dark Pastel Green #10B531
Tints of Dark Pastel Green #10B531
RGB
CMYK
RGB Variations
Color information
#10B531 (or 0x10B531) is known color: Dark Pastel Green. HEX triplet: 10, B5 and 31. RGB value is (16,181,49). Sum of RGB (Red+Green+Blue) = 16+181+49=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #10B531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B531 is #EF4ACE. Grayscale: #747474. Windows color (decimal): -15682255 or 3257616. OLE color: 3257616.
HSL color Cylindrical-coordinate representation of color #10B531: hue angle of 132º 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 #10B531 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 49 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.29 |
| HSL | 132º | 0.84% | 0.39% | - |
| HSV(B) | 132º | 0.91% | 0.71% | - |
| XYZ | 17.29 | 33.38 | 8.44 | - |
| YUV | 116.62 | 89.84 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 49 | 0.91 | 0 | 0.73 | 0.29 | 132 | 0.84 | 0.39 |
| Hex | 10 | B5 | 31 | 5B | 0 | 49 | 1D | 84 | 54 | 27 |
| Octal | 20 | 265 | 61 | 133 | 0 | 111 | 35 | 204 | 124 | 47 |
| Binary | 10000 | 10110101 | 110001 | 1011011 | 0 | 1001001 | 11101 | 10000100 | 1010100 | 100111 |
Color Harmonies of #10B531
Complementary color
Monochromatic Colors of #10B531
Black with #10B531
Text Example
Text Example
White with #10B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B531; }
p { color: rgb(16,181,49); }
H1.HeaderClassName
{
color: #10B531;
}
.AnyTagClassName
{
color: #10B531;
}
</style>
background-color css
<style>
a { background-color: #10B531; }
a { background-color: rgb(16,181,49); }
div.DivClassName
{
background-color: #10B531;
}
.BgClassName
{
background-color: #10B531;
}
</style>
border-color css
<style>
span { border-color: #10B531; }
span { border-color: rgb(16,181,49); }
td.TdClassName
{
border-color: #10B531;
}
.TagClassName
{
border-color: #10B531;
}
</style>