Shades of Dark Pastel Green #13C92E
Tints of Dark Pastel Green #13C92E
RGB
CMYK
RGB Variations
Color information
#13C92E (or 0x13C92E) is known color: Dark Pastel Green. HEX triplet: 13, C9 and 2E. RGB value is (19,201,46). Sum of RGB (Red+Green+Blue) = 19+201+46=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 201 (78.91% from 255 or 75.56% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 201 - color contains mainly: green. Hex color #13C92E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C92E is #EC36D1. Grayscale: #818181. Windows color (decimal): -15480530 or 3066131. OLE color: 3066131.
HSL color Cylindrical-coordinate representation of color #13C92E: hue angle of 128.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C92E is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 46 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.21 |
| HSL | 128.9º | 0.83% | 0.43% | - |
| HSV(B) | 128.9º | 0.91% | 0.79% | - |
| XYZ | 21.65 | 42.11 | 9.57 | - |
| YUV | 128.91 | 81.2 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 46 | 0.91 | 0 | 0.77 | 0.21 | 128.9 | 0.83 | 0.43 |
| Hex | 13 | C9 | 2E | 5B | 0 | 4D | 15 | 81 | 53 | 2B |
| Octal | 23 | 311 | 56 | 133 | 0 | 115 | 25 | 201 | 123 | 53 |
| Binary | 10011 | 11001001 | 101110 | 1011011 | 0 | 1001101 | 10101 | 10000001 | 1010011 | 101011 |
Color Harmonies of #13C92E
Complementary color
Monochromatic Colors of #13C92E
Black with #13C92E
Text Example
Text Example
White with #13C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C92E; }
p { color: rgb(19,201,46); }
H1.HeaderClassName
{
color: #13C92E;
}
.AnyTagClassName
{
color: #13C92E;
}
</style>
background-color css
<style>
a { background-color: #13C92E; }
a { background-color: rgb(19,201,46); }
div.DivClassName
{
background-color: #13C92E;
}
.BgClassName
{
background-color: #13C92E;
}
</style>
border-color css
<style>
span { border-color: #13C92E; }
span { border-color: rgb(19,201,46); }
td.TdClassName
{
border-color: #13C92E;
}
.TagClassName
{
border-color: #13C92E;
}
</style>