Shades of Dark Pastel Green #13CA2D
Tints of Dark Pastel Green #13CA2D
RGB
CMYK
RGB Variations
Color information
#13CA2D (or 0x13CA2D) is known color: Dark Pastel Green. HEX triplet: 13, CA and 2D. RGB value is (19,202,45). Sum of RGB (Red+Green+Blue) = 19+202+45=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA2D is #EC35D2. Grayscale: #818181. Windows color (decimal): -15480275 or 3000851. OLE color: 3000851.
HSL color Cylindrical-coordinate representation of color #13CA2D: hue angle of 128.52º 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 #13CA2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 45 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.21 |
| HSL | 128.52º | 0.83% | 0.43% | - |
| HSV(B) | 128.52º | 0.91% | 0.79% | - |
| XYZ | 21.86 | 42.57 | 9.55 | - |
| YUV | 129.39 | 80.37 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 45 | 0.91 | 0 | 0.78 | 0.21 | 128.52 | 0.83 | 0.43 |
| Hex | 13 | CA | 2D | 5B | 0 | 4E | 15 | 81 | 53 | 2B |
| Octal | 23 | 312 | 55 | 133 | 0 | 116 | 25 | 201 | 123 | 53 |
| Binary | 10011 | 11001010 | 101101 | 1011011 | 0 | 1001110 | 10101 | 10000001 | 1010011 | 101011 |
Color Harmonies of #13CA2D
Complementary color
Monochromatic Colors of #13CA2D
Black with #13CA2D
Text Example
Text Example
White with #13CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA2D; }
p { color: rgb(19,202,45); }
H1.HeaderClassName
{
color: #13CA2D;
}
.AnyTagClassName
{
color: #13CA2D;
}
</style>
background-color css
<style>
a { background-color: #13CA2D; }
a { background-color: rgb(19,202,45); }
div.DivClassName
{
background-color: #13CA2D;
}
.BgClassName
{
background-color: #13CA2D;
}
</style>
border-color css
<style>
span { border-color: #13CA2D; }
span { border-color: rgb(19,202,45); }
td.TdClassName
{
border-color: #13CA2D;
}
.TagClassName
{
border-color: #13CA2D;
}
</style>