Shades of Dark Pastel Green #14B430
Tints of Dark Pastel Green #14B430
RGB
CMYK
RGB Variations
Color information
#14B430 (or 0x14B430) is known color: Dark Pastel Green. HEX triplet: 14, B4 and 30. RGB value is (20,180,48). Sum of RGB (Red+Green+Blue) = 20+180+48=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #14B430 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B430 is #EB4BCF. Grayscale: #757575. Windows color (decimal): -15420368 or 3191828. OLE color: 3191828.
HSL color Cylindrical-coordinate representation of color #14B430: hue angle of 130.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B430 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 180 | 48 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.29 |
| HSL | 130.5º | 0.8% | 0.39% | - |
| HSV(B) | 130.5º | 0.89% | 0.71% | - |
| XYZ | 17.14 | 33 | 8.26 | - |
| YUV | 117.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 180 | 48 | 0.89 | 0 | 0.73 | 0.29 | 130.5 | 0.8 | 0.39 |
| Hex | 14 | B4 | 30 | 59 | 0 | 49 | 1D | 82 | 50 | 27 |
| Octal | 24 | 264 | 60 | 131 | 0 | 111 | 35 | 202 | 120 | 47 |
| Binary | 10100 | 10110100 | 110000 | 1011001 | 0 | 1001001 | 11101 | 10000010 | 1010000 | 100111 |
Color Harmonies of #14B430
Complementary color
Monochromatic Colors of #14B430
Black with #14B430
Text Example
Text Example
White with #14B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B430; }
p { color: rgb(20,180,48); }
H1.HeaderClassName
{
color: #14B430;
}
.AnyTagClassName
{
color: #14B430;
}
</style>
background-color css
<style>
a { background-color: #14B430; }
a { background-color: rgb(20,180,48); }
div.DivClassName
{
background-color: #14B430;
}
.BgClassName
{
background-color: #14B430;
}
</style>
border-color css
<style>
span { border-color: #14B430; }
span { border-color: rgb(20,180,48); }
td.TdClassName
{
border-color: #14B430;
}
.TagClassName
{
border-color: #14B430;
}
</style>