Shades of Dark Pastel Green #13CE2D
Tints of Dark Pastel Green #13CE2D
RGB
CMYK
RGB Variations
Color information
#13CE2D (or 0x13CE2D) is known color: Dark Pastel Green. HEX triplet: 13, CE and 2D. RGB value is (19,206,45). Sum of RGB (Red+Green+Blue) = 19+206+45=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE2D is #EC31D2. Grayscale: #848484. Windows color (decimal): -15479251 or 3001875. OLE color: 3001875.
HSL color Cylindrical-coordinate representation of color #13CE2D: hue angle of 128.34º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 45 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.19 |
| HSL | 128.34º | 0.83% | 0.44% | - |
| HSV(B) | 128.34º | 0.91% | 0.81% | - |
| XYZ | 22.81 | 44.47 | 9.86 | - |
| YUV | 131.73 | 79.05 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 45 | 0.91 | 0 | 0.78 | 0.19 | 128.34 | 0.83 | 0.44 |
| Hex | 13 | CE | 2D | 5B | 0 | 4E | 13 | 80 | 53 | 2C |
| Octal | 23 | 316 | 55 | 133 | 0 | 116 | 23 | 200 | 123 | 54 |
| Binary | 10011 | 11001110 | 101101 | 1011011 | 0 | 1001110 | 10011 | 10000000 | 1010011 | 101100 |
Color Harmonies of #13CE2D
Complementary color
Monochromatic Colors of #13CE2D
Black with #13CE2D
Text Example
Text Example
White with #13CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE2D; }
p { color: rgb(19,206,45); }
H1.HeaderClassName
{
color: #13CE2D;
}
.AnyTagClassName
{
color: #13CE2D;
}
</style>
background-color css
<style>
a { background-color: #13CE2D; }
a { background-color: rgb(19,206,45); }
div.DivClassName
{
background-color: #13CE2D;
}
.BgClassName
{
background-color: #13CE2D;
}
</style>
border-color css
<style>
span { border-color: #13CE2D; }
span { border-color: rgb(19,206,45); }
td.TdClassName
{
border-color: #13CE2D;
}
.TagClassName
{
border-color: #13CE2D;
}
</style>