Shades of Dark Pastel Green #15CB43
Tints of Dark Pastel Green #15CB43
RGB
CMYK
RGB Variations
Color information
#15CB43 (or 0x15CB43) is known color: Dark Pastel Green. HEX triplet: 15, CB and 43. RGB value is (21,203,67). Sum of RGB (Red+Green+Blue) = 21+203+67=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 203 (79.69% from 255 or 69.76% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CB43 is #EA34BC. Grayscale: #858585. Windows color (decimal): -15348925 or 4442901. OLE color: 4442901.
HSL color Cylindrical-coordinate representation of color #15CB43: hue angle of 135.16º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CB43 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 67 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.20 |
| HSL | 135.16º | 0.81% | 0.44% | - |
| HSV(B) | 135.16º | 0.9% | 0.8% | - |
| XYZ | 22.68 | 43.28 | 12.47 | - |
| YUV | 133.08 | 90.7 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 67 | 0.90 | 0 | 0.67 | 0.20 | 135.16 | 0.81 | 0.44 |
| Hex | 15 | CB | 43 | 5A | 0 | 43 | 14 | 87 | 51 | 2C |
| Octal | 25 | 313 | 103 | 132 | 0 | 103 | 24 | 207 | 121 | 54 |
| Binary | 10101 | 11001011 | 1000011 | 1011010 | 0 | 1000011 | 10100 | 10000111 | 1010001 | 101100 |
Color Harmonies of #15CB43
Complementary color
Monochromatic Colors of #15CB43
Black with #15CB43
Text Example
Text Example
White with #15CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB43; }
p { color: rgb(21,203,67); }
H1.HeaderClassName
{
color: #15CB43;
}
.AnyTagClassName
{
color: #15CB43;
}
</style>
background-color css
<style>
a { background-color: #15CB43; }
a { background-color: rgb(21,203,67); }
div.DivClassName
{
background-color: #15CB43;
}
.BgClassName
{
background-color: #15CB43;
}
</style>
border-color css
<style>
span { border-color: #15CB43; }
span { border-color: rgb(21,203,67); }
td.TdClassName
{
border-color: #15CB43;
}
.TagClassName
{
border-color: #15CB43;
}
</style>