Shades of Dark Pastel Green #13CE30
Tints of Dark Pastel Green #13CE30
RGB
CMYK
RGB Variations
Color information
#13CE30 (or 0x13CE30) is known color: Dark Pastel Green. HEX triplet: 13, CE and 30. RGB value is (19,206,48). Sum of RGB (Red+Green+Blue) = 19+206+48=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE30 is #EC31CF. Grayscale: #848484. Windows color (decimal): -15479248 or 3198483. OLE color: 3198483.
HSL color Cylindrical-coordinate representation of color #13CE30: hue angle of 129.3º 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 #13CE30 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 48 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.19 |
| HSL | 129.3º | 0.83% | 0.44% | - |
| HSV(B) | 129.3º | 0.91% | 0.81% | - |
| XYZ | 22.87 | 44.49 | 10.18 | - |
| YUV | 132.08 | 80.55 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 48 | 0.91 | 0 | 0.77 | 0.19 | 129.3 | 0.83 | 0.44 |
| Hex | 13 | CE | 30 | 5B | 0 | 4D | 13 | 81 | 53 | 2C |
| Octal | 23 | 316 | 60 | 133 | 0 | 115 | 23 | 201 | 123 | 54 |
| Binary | 10011 | 11001110 | 110000 | 1011011 | 0 | 1001101 | 10011 | 10000001 | 1010011 | 101100 |
Color Harmonies of #13CE30
Complementary color
Monochromatic Colors of #13CE30
Black with #13CE30
Text Example
Text Example
White with #13CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE30; }
p { color: rgb(19,206,48); }
H1.HeaderClassName
{
color: #13CE30;
}
.AnyTagClassName
{
color: #13CE30;
}
</style>
background-color css
<style>
a { background-color: #13CE30; }
a { background-color: rgb(19,206,48); }
div.DivClassName
{
background-color: #13CE30;
}
.BgClassName
{
background-color: #13CE30;
}
</style>
border-color css
<style>
span { border-color: #13CE30; }
span { border-color: rgb(19,206,48); }
td.TdClassName
{
border-color: #13CE30;
}
.TagClassName
{
border-color: #13CE30;
}
</style>