Shades of Dark Pastel Green #10B32F
Tints of Dark Pastel Green #10B32F
RGB
CMYK
RGB Variations
Color information
#10B32F (or 0x10B32F) is known color: Dark Pastel Green. HEX triplet: 10, B3 and 2F. RGB value is (16,179,47). Sum of RGB (Red+Green+Blue) = 16+179+47=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 179 (70.31% from 255 or 73.97% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 179 - color contains mainly: green. Hex color #10B32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B32F is #EF4CD0. Grayscale: #737373. Windows color (decimal): -15682769 or 3126032. OLE color: 3126032.
HSL color Cylindrical-coordinate representation of color #10B32F: hue angle of 131.41º 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 #10B32F is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 47 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.30 |
| HSL | 131.41º | 0.84% | 0.38% | - |
| HSV(B) | 131.41º | 0.91% | 0.7% | - |
| XYZ | 16.85 | 32.56 | 8.09 | - |
| YUV | 115.22 | 89.5 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 47 | 0.91 | 0 | 0.74 | 0.30 | 131.41 | 0.84 | 0.38 |
| Hex | 10 | B3 | 2F | 5B | 0 | 4A | 1E | 83 | 54 | 26 |
| Octal | 20 | 263 | 57 | 133 | 0 | 112 | 36 | 203 | 124 | 46 |
| Binary | 10000 | 10110011 | 101111 | 1011011 | 0 | 1001010 | 11110 | 10000011 | 1010100 | 100110 |
Color Harmonies of #10B32F
Complementary color
Monochromatic Colors of #10B32F
Black with #10B32F
Text Example
Text Example
White with #10B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B32F; }
p { color: rgb(16,179,47); }
H1.HeaderClassName
{
color: #10B32F;
}
.AnyTagClassName
{
color: #10B32F;
}
</style>
background-color css
<style>
a { background-color: #10B32F; }
a { background-color: rgb(16,179,47); }
div.DivClassName
{
background-color: #10B32F;
}
.BgClassName
{
background-color: #10B32F;
}
</style>
border-color css
<style>
span { border-color: #10B32F; }
span { border-color: rgb(16,179,47); }
td.TdClassName
{
border-color: #10B32F;
}
.TagClassName
{
border-color: #10B32F;
}
</style>