Shades of Dark Pastel Green #10C038
Tints of Dark Pastel Green #10C038
RGB
CMYK
RGB Variations
Color information
#10C038 (or 0x10C038) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 38. RGB value is (16,192,56). Sum of RGB (Red+Green+Blue) = 16+192+56=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #10C038 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C038 is #EF3FC7. Grayscale: #7C7C7C. Windows color (decimal): -15679432 or 3719184. OLE color: 3719184.
HSL color Cylindrical-coordinate representation of color #10C038: hue angle of 133.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C038 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 56 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.25 |
| HSL | 133.64º | 0.85% | 0.41% | - |
| HSV(B) | 133.64º | 0.92% | 0.75% | - |
| XYZ | 19.78 | 38.09 | 10.05 | - |
| YUV | 123.87 | 89.69 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 56 | 0.92 | 0 | 0.71 | 0.25 | 133.64 | 0.85 | 0.41 |
| Hex | 10 | C0 | 38 | 5C | 0 | 47 | 19 | 86 | 55 | 29 |
| Octal | 20 | 300 | 70 | 134 | 0 | 107 | 31 | 206 | 125 | 51 |
| Binary | 10000 | 11000000 | 111000 | 1011100 | 0 | 1000111 | 11001 | 10000110 | 1010101 | 101001 |
Color Harmonies of #10C038
Complementary color
Monochromatic Colors of #10C038
Black with #10C038
Text Example
Text Example
White with #10C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C038; }
p { color: rgb(16,192,56); }
H1.HeaderClassName
{
color: #10C038;
}
.AnyTagClassName
{
color: #10C038;
}
</style>
background-color css
<style>
a { background-color: #10C038; }
a { background-color: rgb(16,192,56); }
div.DivClassName
{
background-color: #10C038;
}
.BgClassName
{
background-color: #10C038;
}
</style>
border-color css
<style>
span { border-color: #10C038; }
span { border-color: rgb(16,192,56); }
td.TdClassName
{
border-color: #10C038;
}
.TagClassName
{
border-color: #10C038;
}
</style>