Shades of Dark Pastel Green #10B738
Tints of Dark Pastel Green #10B738
RGB
CMYK
RGB Variations
Color information
#10B738 (or 0x10B738) is known color: Dark Pastel Green. HEX triplet: 10, B7 and 38. RGB value is (16,183,56). Sum of RGB (Red+Green+Blue) = 16+183+56=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 183 (71.88% from 255 or 71.76% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 183 - color contains mainly: green. Hex color #10B738 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B738 is #EF48C7. Grayscale: #767676. Windows color (decimal): -15681736 or 3716880. OLE color: 3716880.
HSL color Cylindrical-coordinate representation of color #10B738: hue angle of 134.37º 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 #10B738 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 56 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.28 |
| HSL | 134.37º | 0.84% | 0.39% | - |
| HSV(B) | 134.37º | 0.91% | 0.72% | - |
| XYZ | 17.86 | 34.26 | 9.41 | - |
| YUV | 118.59 | 92.67 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 56 | 0.91 | 0 | 0.69 | 0.28 | 134.37 | 0.84 | 0.39 |
| Hex | 10 | B7 | 38 | 5B | 0 | 45 | 1C | 86 | 54 | 27 |
| Octal | 20 | 267 | 70 | 133 | 0 | 105 | 34 | 206 | 124 | 47 |
| Binary | 10000 | 10110111 | 111000 | 1011011 | 0 | 1000101 | 11100 | 10000110 | 1010100 | 100111 |
Color Harmonies of #10B738
Complementary color
Monochromatic Colors of #10B738
Black with #10B738
Text Example
Text Example
White with #10B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B738; }
p { color: rgb(16,183,56); }
H1.HeaderClassName
{
color: #10B738;
}
.AnyTagClassName
{
color: #10B738;
}
</style>
background-color css
<style>
a { background-color: #10B738; }
a { background-color: rgb(16,183,56); }
div.DivClassName
{
background-color: #10B738;
}
.BgClassName
{
background-color: #10B738;
}
</style>
border-color css
<style>
span { border-color: #10B738; }
span { border-color: rgb(16,183,56); }
td.TdClassName
{
border-color: #10B738;
}
.TagClassName
{
border-color: #10B738;
}
</style>