Shades of Dark Pastel Green #11C025
Tints of Dark Pastel Green #11C025
RGB
CMYK
RGB Variations
Color information
#11C025 (or 0x11C025) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 25. RGB value is (17,192,37). Sum of RGB (Red+Green+Blue) = 17+192+37=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #11C025 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C025 is #EE3FDA. Grayscale: #7A7A7A. Windows color (decimal): -15613915 or 2474001. OLE color: 2474001.
HSL color Cylindrical-coordinate representation of color #11C025: hue angle of 126.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C025 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 37 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.25 |
| HSL | 126.86º | 0.84% | 0.41% | - |
| HSV(B) | 126.86º | 0.91% | 0.75% | - |
| XYZ | 19.41 | 37.95 | 8.05 | - |
| YUV | 122.01 | 80.02 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 37 | 0.91 | 0 | 0.81 | 0.25 | 126.86 | 0.84 | 0.41 |
| Hex | 11 | C0 | 25 | 5B | 0 | 51 | 19 | 7F | 54 | 29 |
| Octal | 21 | 300 | 45 | 133 | 0 | 121 | 31 | 177 | 124 | 51 |
| Binary | 10001 | 11000000 | 100101 | 1011011 | 0 | 1010001 | 11001 | 1111111 | 1010100 | 101001 |
Color Harmonies of #11C025
Complementary color
Monochromatic Colors of #11C025
Black with #11C025
Text Example
Text Example
White with #11C025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C025; }
p { color: rgb(17,192,37); }
H1.HeaderClassName
{
color: #11C025;
}
.AnyTagClassName
{
color: #11C025;
}
</style>
background-color css
<style>
a { background-color: #11C025; }
a { background-color: rgb(17,192,37); }
div.DivClassName
{
background-color: #11C025;
}
.BgClassName
{
background-color: #11C025;
}
</style>
border-color css
<style>
span { border-color: #11C025; }
span { border-color: rgb(17,192,37); }
td.TdClassName
{
border-color: #11C025;
}
.TagClassName
{
border-color: #11C025;
}
</style>