Shades of Dark Pastel Green #13CD2D
Tints of Dark Pastel Green #13CD2D
RGB
CMYK
RGB Variations
Color information
#13CD2D (or 0x13CD2D) is known color: Dark Pastel Green. HEX triplet: 13, CD and 2D. RGB value is (19,205,45). Sum of RGB (Red+Green+Blue) = 19+205+45=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #13CD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CD2D is #EC32D2. Grayscale: #838383. Windows color (decimal): -15479507 or 3001619. OLE color: 3001619.
HSL color Cylindrical-coordinate representation of color #13CD2D: hue angle of 128.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CD2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 205 | 45 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.20 |
| HSL | 128.39º | 0.83% | 0.44% | - |
| HSV(B) | 128.39º | 0.91% | 0.8% | - |
| XYZ | 22.57 | 43.99 | 9.78 | - |
| YUV | 131.15 | 79.38 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 205 | 45 | 0.91 | 0 | 0.78 | 0.20 | 128.39 | 0.83 | 0.44 |
| Hex | 13 | CD | 2D | 5B | 0 | 4E | 14 | 80 | 53 | 2C |
| Octal | 23 | 315 | 55 | 133 | 0 | 116 | 24 | 200 | 123 | 54 |
| Binary | 10011 | 11001101 | 101101 | 1011011 | 0 | 1001110 | 10100 | 10000000 | 1010011 | 101100 |
Color Harmonies of #13CD2D
Complementary color
Monochromatic Colors of #13CD2D
Black with #13CD2D
Text Example
Text Example
White with #13CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CD2D; }
p { color: rgb(19,205,45); }
H1.HeaderClassName
{
color: #13CD2D;
}
.AnyTagClassName
{
color: #13CD2D;
}
</style>
background-color css
<style>
a { background-color: #13CD2D; }
a { background-color: rgb(19,205,45); }
div.DivClassName
{
background-color: #13CD2D;
}
.BgClassName
{
background-color: #13CD2D;
}
</style>
border-color css
<style>
span { border-color: #13CD2D; }
span { border-color: rgb(19,205,45); }
td.TdClassName
{
border-color: #13CD2D;
}
.TagClassName
{
border-color: #13CD2D;
}
</style>