Shades of Dark Pastel Green #15BF3A
Tints of Dark Pastel Green #15BF3A
RGB
CMYK
RGB Variations
Color information
#15BF3A (or 0x15BF3A) is known color: Dark Pastel Green. HEX triplet: 15, BF and 3A. RGB value is (21,191,58). Sum of RGB (Red+Green+Blue) = 21+191+58=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #15BF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BF3A is #EA40C5. Grayscale: #7D7D7D. Windows color (decimal): -15352006 or 3850005. OLE color: 3850005.
HSL color Cylindrical-coordinate representation of color #15BF3A: hue angle of 133.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BF3A is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 191 | 58 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.25 |
| HSL | 133.06º | 0.8% | 0.42% | - |
| HSV(B) | 133.06º | 0.89% | 0.75% | - |
| XYZ | 19.7 | 37.73 | 10.25 | - |
| YUV | 125.01 | 90.18 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 58 | 0.89 | 0 | 0.70 | 0.25 | 133.06 | 0.8 | 0.42 |
| Hex | 15 | BF | 3A | 59 | 0 | 46 | 19 | 85 | 50 | 2A |
| Octal | 25 | 277 | 72 | 131 | 0 | 106 | 31 | 205 | 120 | 52 |
| Binary | 10101 | 10111111 | 111010 | 1011001 | 0 | 1000110 | 11001 | 10000101 | 1010000 | 101010 |
Color Harmonies of #15BF3A
Complementary color
Monochromatic Colors of #15BF3A
Black with #15BF3A
Text Example
Text Example
White with #15BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BF3A; }
p { color: rgb(21,191,58); }
H1.HeaderClassName
{
color: #15BF3A;
}
.AnyTagClassName
{
color: #15BF3A;
}
</style>
background-color css
<style>
a { background-color: #15BF3A; }
a { background-color: rgb(21,191,58); }
div.DivClassName
{
background-color: #15BF3A;
}
.BgClassName
{
background-color: #15BF3A;
}
</style>
border-color css
<style>
span { border-color: #15BF3A; }
span { border-color: rgb(21,191,58); }
td.TdClassName
{
border-color: #15BF3A;
}
.TagClassName
{
border-color: #15BF3A;
}
</style>