Shades of Dark Pastel Green #10B33D
Tints of Dark Pastel Green #10B33D
RGB
CMYK
RGB Variations
Color information
#10B33D (or 0x10B33D) is known color: Dark Pastel Green. HEX triplet: 10, B3 and 3D. RGB value is (16,179,61). Sum of RGB (Red+Green+Blue) = 16+179+61=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #10B33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B33D is #EF4CC2. Grayscale: #757575. Windows color (decimal): -15682755 or 4043536. OLE color: 4043536.
HSL color Cylindrical-coordinate representation of color #10B33D: hue angle of 136.56º 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 #10B33D is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 61 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.30 |
| HSL | 136.56º | 0.84% | 0.38% | - |
| HSV(B) | 136.56º | 0.91% | 0.7% | - |
| XYZ | 17.18 | 32.69 | 9.82 | - |
| YUV | 116.81 | 96.5 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 61 | 0.91 | 0 | 0.66 | 0.30 | 136.56 | 0.84 | 0.38 |
| Hex | 10 | B3 | 3D | 5B | 0 | 42 | 1E | 89 | 54 | 26 |
| Octal | 20 | 263 | 75 | 133 | 0 | 102 | 36 | 211 | 124 | 46 |
| Binary | 10000 | 10110011 | 111101 | 1011011 | 0 | 1000010 | 11110 | 10001001 | 1010100 | 100110 |
Color Harmonies of #10B33D
Complementary color
Monochromatic Colors of #10B33D
Black with #10B33D
Text Example
Text Example
White with #10B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B33D; }
p { color: rgb(16,179,61); }
H1.HeaderClassName
{
color: #10B33D;
}
.AnyTagClassName
{
color: #10B33D;
}
</style>
background-color css
<style>
a { background-color: #10B33D; }
a { background-color: rgb(16,179,61); }
div.DivClassName
{
background-color: #10B33D;
}
.BgClassName
{
background-color: #10B33D;
}
</style>
border-color css
<style>
span { border-color: #10B33D; }
span { border-color: rgb(16,179,61); }
td.TdClassName
{
border-color: #10B33D;
}
.TagClassName
{
border-color: #10B33D;
}
</style>