Shades of Dark Pastel Green #10B42D
Tints of Dark Pastel Green #10B42D
RGB
CMYK
RGB Variations
Color information
#10B42D (or 0x10B42D) is known color: Dark Pastel Green. HEX triplet: 10, B4 and 2D. RGB value is (16,180,45). Sum of RGB (Red+Green+Blue) = 16+180+45=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 180 (70.70% from 255 or 74.69% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 180 - color contains mainly: green. Hex color #10B42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B42D is #EF4BD2. Grayscale: #737373. Windows color (decimal): -15682515 or 2995216. OLE color: 2995216.
HSL color Cylindrical-coordinate representation of color #10B42D: hue angle of 130.61º 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 #10B42D is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 45 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.29 |
| HSL | 130.61º | 0.84% | 0.38% | - |
| HSV(B) | 130.61º | 0.91% | 0.71% | - |
| XYZ | 17.01 | 32.94 | 7.94 | - |
| YUV | 115.57 | 88.17 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 45 | 0.91 | 0 | 0.75 | 0.29 | 130.61 | 0.84 | 0.38 |
| Hex | 10 | B4 | 2D | 5B | 0 | 4B | 1D | 83 | 54 | 26 |
| Octal | 20 | 264 | 55 | 133 | 0 | 113 | 35 | 203 | 124 | 46 |
| Binary | 10000 | 10110100 | 101101 | 1011011 | 0 | 1001011 | 11101 | 10000011 | 1010100 | 100110 |
Color Harmonies of #10B42D
Complementary color
Monochromatic Colors of #10B42D
Black with #10B42D
Text Example
Text Example
White with #10B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B42D; }
p { color: rgb(16,180,45); }
H1.HeaderClassName
{
color: #10B42D;
}
.AnyTagClassName
{
color: #10B42D;
}
</style>
background-color css
<style>
a { background-color: #10B42D; }
a { background-color: rgb(16,180,45); }
div.DivClassName
{
background-color: #10B42D;
}
.BgClassName
{
background-color: #10B42D;
}
</style>
border-color css
<style>
span { border-color: #10B42D; }
span { border-color: rgb(16,180,45); }
td.TdClassName
{
border-color: #10B42D;
}
.TagClassName
{
border-color: #10B42D;
}
</style>