Shades of Dark Pastel Green #10B042
Tints of Dark Pastel Green #10B042
RGB
CMYK
RGB Variations
Color information
#10B042 (or 0x10B042) is known color: Dark Pastel Green. HEX triplet: 10, B0 and 42. RGB value is (16,176,66). Sum of RGB (Red+Green+Blue) = 16+176+66=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 176 (69.14% from 255 or 68.22% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 176 - color contains mainly: green. Hex color #10B042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B042 is #EF4FBD. Grayscale: #737373. Windows color (decimal): -15683518 or 4370448. OLE color: 4370448.
HSL color Cylindrical-coordinate representation of color #10B042: hue angle of 138.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B042 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 66 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.31 |
| HSL | 138.75º | 0.83% | 0.38% | - |
| HSV(B) | 138.75º | 0.91% | 0.69% | - |
| XYZ | 16.72 | 31.55 | 10.36 | - |
| YUV | 115.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 66 | 0.91 | 0 | 0.62 | 0.31 | 138.75 | 0.83 | 0.38 |
| Hex | 10 | B0 | 42 | 5B | 0 | 3E | 1F | 8B | 53 | 26 |
| Octal | 20 | 260 | 102 | 133 | 0 | 76 | 37 | 213 | 123 | 46 |
| Binary | 10000 | 10110000 | 1000010 | 1011011 | 0 | 111110 | 11111 | 10001011 | 1010011 | 100110 |
Color Harmonies of #10B042
Complementary color
Monochromatic Colors of #10B042
Black with #10B042
Text Example
Text Example
White with #10B042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B042; }
p { color: rgb(16,176,66); }
H1.HeaderClassName
{
color: #10B042;
}
.AnyTagClassName
{
color: #10B042;
}
</style>
background-color css
<style>
a { background-color: #10B042; }
a { background-color: rgb(16,176,66); }
div.DivClassName
{
background-color: #10B042;
}
.BgClassName
{
background-color: #10B042;
}
</style>
border-color css
<style>
span { border-color: #10B042; }
span { border-color: rgb(16,176,66); }
td.TdClassName
{
border-color: #10B042;
}
.TagClassName
{
border-color: #10B042;
}
</style>