Shades of Dark Pastel Green #13C92C
Tints of Dark Pastel Green #13C92C
RGB
CMYK
RGB Variations
Color information
#13C92C (or 0x13C92C) is known color: Dark Pastel Green. HEX triplet: 13, C9 and 2C. RGB value is (19,201,44). Sum of RGB (Red+Green+Blue) = 19+201+44=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 201 (78.91% from 255 or 76.14% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 201 - color contains mainly: green. Hex color #13C92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C92C is #EC36D3. Grayscale: #818181. Windows color (decimal): -15480532 or 2935059. OLE color: 2935059.
HSL color Cylindrical-coordinate representation of color #13C92C: hue angle of 128.24º 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 #13C92C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 44 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.21 |
| HSL | 128.24º | 0.83% | 0.43% | - |
| HSV(B) | 128.24º | 0.91% | 0.79% | - |
| XYZ | 21.61 | 42.09 | 9.37 | - |
| YUV | 128.68 | 80.2 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 44 | 0.91 | 0 | 0.78 | 0.21 | 128.24 | 0.83 | 0.43 |
| Hex | 13 | C9 | 2C | 5B | 0 | 4E | 15 | 80 | 53 | 2B |
| Octal | 23 | 311 | 54 | 133 | 0 | 116 | 25 | 200 | 123 | 53 |
| Binary | 10011 | 11001001 | 101100 | 1011011 | 0 | 1001110 | 10101 | 10000000 | 1010011 | 101011 |
Color Harmonies of #13C92C
Complementary color
Monochromatic Colors of #13C92C
Black with #13C92C
Text Example
Text Example
White with #13C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C92C; }
p { color: rgb(19,201,44); }
H1.HeaderClassName
{
color: #13C92C;
}
.AnyTagClassName
{
color: #13C92C;
}
</style>
background-color css
<style>
a { background-color: #13C92C; }
a { background-color: rgb(19,201,44); }
div.DivClassName
{
background-color: #13C92C;
}
.BgClassName
{
background-color: #13C92C;
}
</style>
border-color css
<style>
span { border-color: #13C92C; }
span { border-color: rgb(19,201,44); }
td.TdClassName
{
border-color: #13C92C;
}
.TagClassName
{
border-color: #13C92C;
}
</style>