Shades of Dark Pastel Green #10B730
Tints of Dark Pastel Green #10B730
RGB
CMYK
RGB Variations
Color information
#10B730 (or 0x10B730) is known color: Dark Pastel Green. HEX triplet: 10, B7 and 30. RGB value is (16,183,48). Sum of RGB (Red+Green+Blue) = 16+183+48=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 183 (71.88% from 255 or 74.09% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 183 - color contains mainly: green. Hex color #10B730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B730 is #EF48CF. Grayscale: #767676. Windows color (decimal): -15681744 or 3192592. OLE color: 3192592.
HSL color Cylindrical-coordinate representation of color #10B730: hue angle of 131.5º 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 #10B730 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 48 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.28 |
| HSL | 131.5º | 0.84% | 0.39% | - |
| HSV(B) | 131.5º | 0.91% | 0.72% | - |
| XYZ | 17.68 | 34.19 | 8.46 | - |
| YUV | 117.68 | 88.67 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 48 | 0.91 | 0 | 0.74 | 0.28 | 131.5 | 0.84 | 0.39 |
| Hex | 10 | B7 | 30 | 5B | 0 | 4A | 1C | 83 | 54 | 27 |
| Octal | 20 | 267 | 60 | 133 | 0 | 112 | 34 | 203 | 124 | 47 |
| Binary | 10000 | 10110111 | 110000 | 1011011 | 0 | 1001010 | 11100 | 10000011 | 1010100 | 100111 |
Color Harmonies of #10B730
Complementary color
Monochromatic Colors of #10B730
Black with #10B730
Text Example
Text Example
White with #10B730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B730; }
p { color: rgb(16,183,48); }
H1.HeaderClassName
{
color: #10B730;
}
.AnyTagClassName
{
color: #10B730;
}
</style>
background-color css
<style>
a { background-color: #10B730; }
a { background-color: rgb(16,183,48); }
div.DivClassName
{
background-color: #10B730;
}
.BgClassName
{
background-color: #10B730;
}
</style>
border-color css
<style>
span { border-color: #10B730; }
span { border-color: rgb(16,183,48); }
td.TdClassName
{
border-color: #10B730;
}
.TagClassName
{
border-color: #10B730;
}
</style>