Shades of Dark Pastel Green #15CF2D
Tints of Dark Pastel Green #15CF2D
RGB
CMYK
RGB Variations
Color information
#15CF2D (or 0x15CF2D) is known color: Dark Pastel Green. HEX triplet: 15, CF and 2D. RGB value is (21,207,45). Sum of RGB (Red+Green+Blue) = 21+207+45=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #15CF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CF2D is #EA30D2. Grayscale: #858585. Windows color (decimal): -15347923 or 3002133. OLE color: 3002133.
HSL color Cylindrical-coordinate representation of color #15CF2D: hue angle of 127.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CF2D is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 207 | 45 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.19 |
| HSL | 127.74º | 0.82% | 0.45% | - |
| HSV(B) | 127.74º | 0.9% | 0.81% | - |
| XYZ | 23.1 | 44.97 | 9.95 | - |
| YUV | 132.92 | 78.38 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 45 | 0.90 | 0 | 0.78 | 0.19 | 127.74 | 0.82 | 0.45 |
| Hex | 15 | CF | 2D | 5A | 0 | 4E | 13 | 80 | 52 | 2D |
| Octal | 25 | 317 | 55 | 132 | 0 | 116 | 23 | 200 | 122 | 55 |
| Binary | 10101 | 11001111 | 101101 | 1011010 | 0 | 1001110 | 10011 | 10000000 | 1010010 | 101101 |
Color Harmonies of #15CF2D
Complementary color
Monochromatic Colors of #15CF2D
Black with #15CF2D
Text Example
Text Example
White with #15CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CF2D; }
p { color: rgb(21,207,45); }
H1.HeaderClassName
{
color: #15CF2D;
}
.AnyTagClassName
{
color: #15CF2D;
}
</style>
background-color css
<style>
a { background-color: #15CF2D; }
a { background-color: rgb(21,207,45); }
div.DivClassName
{
background-color: #15CF2D;
}
.BgClassName
{
background-color: #15CF2D;
}
</style>
border-color css
<style>
span { border-color: #15CF2D; }
span { border-color: rgb(21,207,45); }
td.TdClassName
{
border-color: #15CF2D;
}
.TagClassName
{
border-color: #15CF2D;
}
</style>