Shades of Dark Pastel Green #10B03D
Tints of Dark Pastel Green #10B03D
RGB
CMYK
RGB Variations
Color information
#10B03D (or 0x10B03D) is known color: Dark Pastel Green. HEX triplet: 10, B0 and 3D. RGB value is (16,176,61). Sum of RGB (Red+Green+Blue) = 16+176+61=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #10B03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B03D is #EF4FC2. Grayscale: #737373. Windows color (decimal): -15683523 or 4042768. OLE color: 4042768.
HSL color Cylindrical-coordinate representation of color #10B03D: hue angle of 136.88º 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 #10B03D is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 61 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.31 |
| HSL | 136.88º | 0.83% | 0.38% | - |
| HSV(B) | 136.88º | 0.91% | 0.69% | - |
| XYZ | 16.58 | 31.5 | 9.62 | - |
| YUV | 115.05 | 97.49 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 61 | 0.91 | 0 | 0.65 | 0.31 | 136.88 | 0.83 | 0.38 |
| Hex | 10 | B0 | 3D | 5B | 0 | 41 | 1F | 89 | 53 | 26 |
| Octal | 20 | 260 | 75 | 133 | 0 | 101 | 37 | 211 | 123 | 46 |
| Binary | 10000 | 10110000 | 111101 | 1011011 | 0 | 1000001 | 11111 | 10001001 | 1010011 | 100110 |
Color Harmonies of #10B03D
Complementary color
Monochromatic Colors of #10B03D
Black with #10B03D
Text Example
Text Example
White with #10B03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B03D; }
p { color: rgb(16,176,61); }
H1.HeaderClassName
{
color: #10B03D;
}
.AnyTagClassName
{
color: #10B03D;
}
</style>
background-color css
<style>
a { background-color: #10B03D; }
a { background-color: rgb(16,176,61); }
div.DivClassName
{
background-color: #10B03D;
}
.BgClassName
{
background-color: #10B03D;
}
</style>
border-color css
<style>
span { border-color: #10B03D; }
span { border-color: rgb(16,176,61); }
td.TdClassName
{
border-color: #10B03D;
}
.TagClassName
{
border-color: #10B03D;
}
</style>