Shades of Dark Pastel Green #10B431
Tints of Dark Pastel Green #10B431
RGB
CMYK
RGB Variations
Color information
#10B431 (or 0x10B431) is known color: Dark Pastel Green. HEX triplet: 10, B4 and 31. RGB value is (16,180,49). Sum of RGB (Red+Green+Blue) = 16+180+49=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #10B431 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B431 is #EF4BCE. Grayscale: #747474. Windows color (decimal): -15682511 or 3257360. OLE color: 3257360.
HSL color Cylindrical-coordinate representation of color #10B431: hue angle of 132.07º 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 #10B431 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 49 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.29 |
| HSL | 132.07º | 0.84% | 0.38% | - |
| HSV(B) | 132.07º | 0.91% | 0.71% | - |
| XYZ | 17.09 | 32.97 | 8.37 | - |
| YUV | 116.03 | 90.17 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 49 | 0.91 | 0 | 0.73 | 0.29 | 132.07 | 0.84 | 0.38 |
| Hex | 10 | B4 | 31 | 5B | 0 | 49 | 1D | 84 | 54 | 26 |
| Octal | 20 | 264 | 61 | 133 | 0 | 111 | 35 | 204 | 124 | 46 |
| Binary | 10000 | 10110100 | 110001 | 1011011 | 0 | 1001001 | 11101 | 10000100 | 1010100 | 100110 |
Color Harmonies of #10B431
Complementary color
Monochromatic Colors of #10B431
Black with #10B431
Text Example
Text Example
White with #10B431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B431; }
p { color: rgb(16,180,49); }
H1.HeaderClassName
{
color: #10B431;
}
.AnyTagClassName
{
color: #10B431;
}
</style>
background-color css
<style>
a { background-color: #10B431; }
a { background-color: rgb(16,180,49); }
div.DivClassName
{
background-color: #10B431;
}
.BgClassName
{
background-color: #10B431;
}
</style>
border-color css
<style>
span { border-color: #10B431; }
span { border-color: rgb(16,180,49); }
td.TdClassName
{
border-color: #10B431;
}
.TagClassName
{
border-color: #10B431;
}
</style>