Shades of Dark Pastel Green #10B040
Tints of Dark Pastel Green #10B040
RGB
CMYK
RGB Variations
Color information
#10B040 (or 0x10B040) is known color: Dark Pastel Green. HEX triplet: 10, B0 and 40. RGB value is (16,176,64). Sum of RGB (Red+Green+Blue) = 16+176+64=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #10B040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B040 is #EF4FBF. Grayscale: #737373. Windows color (decimal): -15683520 or 4239376. OLE color: 4239376.
HSL color Cylindrical-coordinate representation of color #10B040: hue angle of 138º 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 #10B040 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 64 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.31 |
| HSL | 138º | 0.83% | 0.38% | - |
| HSV(B) | 138º | 0.91% | 0.69% | - |
| XYZ | 16.66 | 31.53 | 10.06 | - |
| YUV | 115.39 | 98.99 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 64 | 0.91 | 0 | 0.64 | 0.31 | 138 | 0.83 | 0.38 |
| Hex | 10 | B0 | 40 | 5B | 0 | 40 | 1F | 8A | 53 | 26 |
| Octal | 20 | 260 | 100 | 133 | 0 | 100 | 37 | 212 | 123 | 46 |
| Binary | 10000 | 10110000 | 1000000 | 1011011 | 0 | 1000000 | 11111 | 10001010 | 1010011 | 100110 |
Color Harmonies of #10B040
Complementary color
Monochromatic Colors of #10B040
Black with #10B040
Text Example
Text Example
White with #10B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B040; }
p { color: rgb(16,176,64); }
H1.HeaderClassName
{
color: #10B040;
}
.AnyTagClassName
{
color: #10B040;
}
</style>
background-color css
<style>
a { background-color: #10B040; }
a { background-color: rgb(16,176,64); }
div.DivClassName
{
background-color: #10B040;
}
.BgClassName
{
background-color: #10B040;
}
</style>
border-color css
<style>
span { border-color: #10B040; }
span { border-color: rgb(16,176,64); }
td.TdClassName
{
border-color: #10B040;
}
.TagClassName
{
border-color: #10B040;
}
</style>