Shades of Dark Pastel Green #11B71C
Tints of Dark Pastel Green #11B71C
RGB
CMYK
RGB Variations
Color information
#11B71C (or 0x11B71C) is known color: Dark Pastel Green. HEX triplet: 11, B7 and 1C. RGB value is (17,183,28). Sum of RGB (Red+Green+Blue) = 17+183+28=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 183 (71.88% from 255 or 80.26% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 183 - color contains mainly: green. Hex color #11B71C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B71C is #EE48E3. Grayscale: #747474. Windows color (decimal): -15616228 or 1881873. OLE color: 1881873.
HSL color Cylindrical-coordinate representation of color #11B71C: hue angle of 123.98º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B71C is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 28 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.28 |
| HSL | 123.98º | 0.83% | 0.39% | - |
| HSV(B) | 123.98º | 0.91% | 0.72% | - |
| XYZ | 17.37 | 34.07 | 6.76 | - |
| YUV | 115.7 | 78.5 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 28 | 0.91 | 0 | 0.85 | 0.28 | 123.98 | 0.83 | 0.39 |
| Hex | 11 | B7 | 1C | 5B | 0 | 55 | 1C | 7C | 53 | 27 |
| Octal | 21 | 267 | 34 | 133 | 0 | 125 | 34 | 174 | 123 | 47 |
| Binary | 10001 | 10110111 | 11100 | 1011011 | 0 | 1010101 | 11100 | 1111100 | 1010011 | 100111 |
Color Harmonies of #11B71C
Complementary color
Monochromatic Colors of #11B71C
Black with #11B71C
Text Example
Text Example
White with #11B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B71C; }
p { color: rgb(17,183,28); }
H1.HeaderClassName
{
color: #11B71C;
}
.AnyTagClassName
{
color: #11B71C;
}
</style>
background-color css
<style>
a { background-color: #11B71C; }
a { background-color: rgb(17,183,28); }
div.DivClassName
{
background-color: #11B71C;
}
.BgClassName
{
background-color: #11B71C;
}
</style>
border-color css
<style>
span { border-color: #11B71C; }
span { border-color: rgb(17,183,28); }
td.TdClassName
{
border-color: #11B71C;
}
.TagClassName
{
border-color: #11B71C;
}
</style>