Shades of Dark Pastel Green #10B441
Tints of Dark Pastel Green #10B441
RGB
CMYK
RGB Variations
Color information
#10B441 (or 0x10B441) is known color: Dark Pastel Green. HEX triplet: 10, B4 and 41. RGB value is (16,180,65). Sum of RGB (Red+Green+Blue) = 16+180+65=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #10B441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B441 is #EF4BBE. Grayscale: #767676. Windows color (decimal): -15682495 or 4305936. OLE color: 4305936.
HSL color Cylindrical-coordinate representation of color #10B441: hue angle of 137.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B441 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 65 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.29 |
| HSL | 137.93º | 0.84% | 0.38% | - |
| HSV(B) | 137.93º | 0.91% | 0.71% | - |
| XYZ | 17.49 | 33.13 | 10.47 | - |
| YUV | 117.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 65 | 0.91 | 0 | 0.64 | 0.29 | 137.93 | 0.84 | 0.38 |
| Hex | 10 | B4 | 41 | 5B | 0 | 40 | 1D | 8A | 54 | 26 |
| Octal | 20 | 264 | 101 | 133 | 0 | 100 | 35 | 212 | 124 | 46 |
| Binary | 10000 | 10110100 | 1000001 | 1011011 | 0 | 1000000 | 11101 | 10001010 | 1010100 | 100110 |
Color Harmonies of #10B441
Complementary color
Monochromatic Colors of #10B441
Black with #10B441
Text Example
Text Example
White with #10B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B441; }
p { color: rgb(16,180,65); }
H1.HeaderClassName
{
color: #10B441;
}
.AnyTagClassName
{
color: #10B441;
}
</style>
background-color css
<style>
a { background-color: #10B441; }
a { background-color: rgb(16,180,65); }
div.DivClassName
{
background-color: #10B441;
}
.BgClassName
{
background-color: #10B441;
}
</style>
border-color css
<style>
span { border-color: #10B441; }
span { border-color: rgb(16,180,65); }
td.TdClassName
{
border-color: #10B441;
}
.TagClassName
{
border-color: #10B441;
}
</style>