Shades of Dark Pastel Green #13CA30
Tints of Dark Pastel Green #13CA30
RGB
CMYK
RGB Variations
Color information
#13CA30 (or 0x13CA30) is known color: Dark Pastel Green. HEX triplet: 13, CA and 30. RGB value is (19,202,48). Sum of RGB (Red+Green+Blue) = 19+202+48=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA30 is #EC35CF. Grayscale: #828282. Windows color (decimal): -15480272 or 3197459. OLE color: 3197459.
HSL color Cylindrical-coordinate representation of color #13CA30: hue angle of 129.51º 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 #13CA30 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 48 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.21 |
| HSL | 129.51º | 0.83% | 0.43% | - |
| HSV(B) | 129.51º | 0.91% | 0.79% | - |
| XYZ | 21.92 | 42.59 | 9.86 | - |
| YUV | 129.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 48 | 0.91 | 0 | 0.76 | 0.21 | 129.51 | 0.83 | 0.43 |
| Hex | 13 | CA | 30 | 5B | 0 | 4C | 15 | 82 | 53 | 2B |
| Octal | 23 | 312 | 60 | 133 | 0 | 114 | 25 | 202 | 123 | 53 |
| Binary | 10011 | 11001010 | 110000 | 1011011 | 0 | 1001100 | 10101 | 10000010 | 1010011 | 101011 |
Color Harmonies of #13CA30
Complementary color
Monochromatic Colors of #13CA30
Black with #13CA30
Text Example
Text Example
White with #13CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA30; }
p { color: rgb(19,202,48); }
H1.HeaderClassName
{
color: #13CA30;
}
.AnyTagClassName
{
color: #13CA30;
}
</style>
background-color css
<style>
a { background-color: #13CA30; }
a { background-color: rgb(19,202,48); }
div.DivClassName
{
background-color: #13CA30;
}
.BgClassName
{
background-color: #13CA30;
}
</style>
border-color css
<style>
span { border-color: #13CA30; }
span { border-color: rgb(19,202,48); }
td.TdClassName
{
border-color: #13CA30;
}
.TagClassName
{
border-color: #13CA30;
}
</style>