Shades of Dark Pastel Green #10B342
Tints of Dark Pastel Green #10B342
RGB
CMYK
RGB Variations
Color information
#10B342 (or 0x10B342) is known color: Dark Pastel Green. HEX triplet: 10, B3 and 42. RGB value is (16,179,66). Sum of RGB (Red+Green+Blue) = 16+179+66=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #10B342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B342 is #EF4CBD. Grayscale: #757575. Windows color (decimal): -15682750 or 4371216. OLE color: 4371216.
HSL color Cylindrical-coordinate representation of color #10B342: hue angle of 138.4º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B342 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 66 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.30 |
| HSL | 138.4º | 0.84% | 0.38% | - |
| HSV(B) | 138.4º | 0.91% | 0.7% | - |
| XYZ | 17.32 | 32.74 | 10.56 | - |
| YUV | 117.38 | 99 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 66 | 0.91 | 0 | 0.63 | 0.30 | 138.4 | 0.84 | 0.38 |
| Hex | 10 | B3 | 42 | 5B | 0 | 3F | 1E | 8A | 54 | 26 |
| Octal | 20 | 263 | 102 | 133 | 0 | 77 | 36 | 212 | 124 | 46 |
| Binary | 10000 | 10110011 | 1000010 | 1011011 | 0 | 111111 | 11110 | 10001010 | 1010100 | 100110 |
Color Harmonies of #10B342
Complementary color
Monochromatic Colors of #10B342
Black with #10B342
Text Example
Text Example
White with #10B342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B342; }
p { color: rgb(16,179,66); }
H1.HeaderClassName
{
color: #10B342;
}
.AnyTagClassName
{
color: #10B342;
}
</style>
background-color css
<style>
a { background-color: #10B342; }
a { background-color: rgb(16,179,66); }
div.DivClassName
{
background-color: #10B342;
}
.BgClassName
{
background-color: #10B342;
}
</style>
border-color css
<style>
span { border-color: #10B342; }
span { border-color: rgb(16,179,66); }
td.TdClassName
{
border-color: #10B342;
}
.TagClassName
{
border-color: #10B342;
}
</style>