Shades of Dark Pastel Green #15CA2D
Tints of Dark Pastel Green #15CA2D
RGB
CMYK
RGB Variations
Color information
#15CA2D (or 0x15CA2D) is known color: Dark Pastel Green. HEX triplet: 15, CA and 2D. RGB value is (21,202,45). Sum of RGB (Red+Green+Blue) = 21+202+45=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA2D is #EA35D2. Grayscale: #828282. Windows color (decimal): -15349203 or 3000853. OLE color: 3000853.
HSL color Cylindrical-coordinate representation of color #15CA2D: hue angle of 127.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA2D is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 45 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.21 |
| HSL | 127.96º | 0.81% | 0.44% | - |
| HSV(B) | 127.96º | 0.9% | 0.79% | - |
| XYZ | 21.9 | 42.59 | 9.55 | - |
| YUV | 129.98 | 80.03 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 45 | 0.90 | 0 | 0.78 | 0.21 | 127.96 | 0.81 | 0.44 |
| Hex | 15 | CA | 2D | 5A | 0 | 4E | 15 | 80 | 51 | 2C |
| Octal | 25 | 312 | 55 | 132 | 0 | 116 | 25 | 200 | 121 | 54 |
| Binary | 10101 | 11001010 | 101101 | 1011010 | 0 | 1001110 | 10101 | 10000000 | 1010001 | 101100 |
Color Harmonies of #15CA2D
Complementary color
Monochromatic Colors of #15CA2D
Black with #15CA2D
Text Example
Text Example
White with #15CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA2D; }
p { color: rgb(21,202,45); }
H1.HeaderClassName
{
color: #15CA2D;
}
.AnyTagClassName
{
color: #15CA2D;
}
</style>
background-color css
<style>
a { background-color: #15CA2D; }
a { background-color: rgb(21,202,45); }
div.DivClassName
{
background-color: #15CA2D;
}
.BgClassName
{
background-color: #15CA2D;
}
</style>
border-color css
<style>
span { border-color: #15CA2D; }
span { border-color: rgb(21,202,45); }
td.TdClassName
{
border-color: #15CA2D;
}
.TagClassName
{
border-color: #15CA2D;
}
</style>