Shades of Dark Pastel Green #11B23D
Tints of Dark Pastel Green #11B23D
RGB
CMYK
RGB Variations
Color information
#11B23D (or 0x11B23D) is known color: Dark Pastel Green. HEX triplet: 11, B2 and 3D. RGB value is (17,178,61). Sum of RGB (Red+Green+Blue) = 17+178+61=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #11B23D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B23D is #EE4DC2. Grayscale: #747474. Windows color (decimal): -15617475 or 4043281. OLE color: 4043281.
HSL color Cylindrical-coordinate representation of color #11B23D: hue angle of 136.4º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B23D is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 178 | 61 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.30 |
| HSL | 136.4º | 0.83% | 0.38% | - |
| HSV(B) | 136.4º | 0.9% | 0.7% | - |
| XYZ | 16.99 | 32.3 | 9.75 | - |
| YUV | 116.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 61 | 0.90 | 0 | 0.66 | 0.30 | 136.4 | 0.83 | 0.38 |
| Hex | 11 | B2 | 3D | 5A | 0 | 42 | 1E | 88 | 53 | 26 |
| Octal | 21 | 262 | 75 | 132 | 0 | 102 | 36 | 210 | 123 | 46 |
| Binary | 10001 | 10110010 | 111101 | 1011010 | 0 | 1000010 | 11110 | 10001000 | 1010011 | 100110 |
Color Harmonies of #11B23D
Complementary color
Monochromatic Colors of #11B23D
Black with #11B23D
Text Example
Text Example
White with #11B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B23D; }
p { color: rgb(17,178,61); }
H1.HeaderClassName
{
color: #11B23D;
}
.AnyTagClassName
{
color: #11B23D;
}
</style>
background-color css
<style>
a { background-color: #11B23D; }
a { background-color: rgb(17,178,61); }
div.DivClassName
{
background-color: #11B23D;
}
.BgClassName
{
background-color: #11B23D;
}
</style>
border-color css
<style>
span { border-color: #11B23D; }
span { border-color: rgb(17,178,61); }
td.TdClassName
{
border-color: #11B23D;
}
.TagClassName
{
border-color: #11B23D;
}
</style>