Shades of Dark Pastel Green #13C92A
Tints of Dark Pastel Green #13C92A
RGB
CMYK
RGB Variations
Color information
#13C92A (or 0x13C92A) is known color: Dark Pastel Green. HEX triplet: 13, C9 and 2A. RGB value is (19,201,42). Sum of RGB (Red+Green+Blue) = 19+201+42=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 201 (78.91% from 255 or 76.72% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 201 - color contains mainly: green. Hex color #13C92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C92A is #EC36D5. Grayscale: #808080. Windows color (decimal): -15480534 or 2803987. OLE color: 2803987.
HSL color Cylindrical-coordinate representation of color #13C92A: hue angle of 127.58º 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 #13C92A is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 42 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.21 |
| HSL | 127.58º | 0.83% | 0.43% | - |
| HSV(B) | 127.58º | 0.91% | 0.79% | - |
| XYZ | 21.57 | 42.08 | 9.18 | - |
| YUV | 128.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 42 | 0.91 | 0 | 0.79 | 0.21 | 127.58 | 0.83 | 0.43 |
| Hex | 13 | C9 | 2A | 5B | 0 | 4F | 15 | 80 | 53 | 2B |
| Octal | 23 | 311 | 52 | 133 | 0 | 117 | 25 | 200 | 123 | 53 |
| Binary | 10011 | 11001001 | 101010 | 1011011 | 0 | 1001111 | 10101 | 10000000 | 1010011 | 101011 |
Color Harmonies of #13C92A
Complementary color
Monochromatic Colors of #13C92A
Black with #13C92A
Text Example
Text Example
White with #13C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C92A; }
p { color: rgb(19,201,42); }
H1.HeaderClassName
{
color: #13C92A;
}
.AnyTagClassName
{
color: #13C92A;
}
</style>
background-color css
<style>
a { background-color: #13C92A; }
a { background-color: rgb(19,201,42); }
div.DivClassName
{
background-color: #13C92A;
}
.BgClassName
{
background-color: #13C92A;
}
</style>
border-color css
<style>
span { border-color: #13C92A; }
span { border-color: rgb(19,201,42); }
td.TdClassName
{
border-color: #13C92A;
}
.TagClassName
{
border-color: #13C92A;
}
</style>