Shades of Dark Pastel Green #13B32F
Tints of Dark Pastel Green #13B32F
RGB
CMYK
RGB Variations
Color information
#13B32F (or 0x13B32F) is known color: Dark Pastel Green. HEX triplet: 13, B3 and 2F. RGB value is (19,179,47). Sum of RGB (Red+Green+Blue) = 19+179+47=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #13B32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B32F is #EC4CD0. Grayscale: #747474. Windows color (decimal): -15486161 or 3126035. OLE color: 3126035.
HSL color Cylindrical-coordinate representation of color #13B32F: hue angle of 130.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B32F is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 179 | 47 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.30 |
| HSL | 130.5º | 0.81% | 0.39% | - |
| HSV(B) | 130.5º | 0.89% | 0.7% | - |
| XYZ | 16.9 | 32.58 | 8.09 | - |
| YUV | 116.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 179 | 47 | 0.89 | 0 | 0.74 | 0.30 | 130.5 | 0.81 | 0.39 |
| Hex | 13 | B3 | 2F | 59 | 0 | 4A | 1E | 82 | 51 | 27 |
| Octal | 23 | 263 | 57 | 131 | 0 | 112 | 36 | 202 | 121 | 47 |
| Binary | 10011 | 10110011 | 101111 | 1011001 | 0 | 1001010 | 11110 | 10000010 | 1010001 | 100111 |
Color Harmonies of #13B32F
Complementary color
Monochromatic Colors of #13B32F
Black with #13B32F
Text Example
Text Example
White with #13B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B32F; }
p { color: rgb(19,179,47); }
H1.HeaderClassName
{
color: #13B32F;
}
.AnyTagClassName
{
color: #13B32F;
}
</style>
background-color css
<style>
a { background-color: #13B32F; }
a { background-color: rgb(19,179,47); }
div.DivClassName
{
background-color: #13B32F;
}
.BgClassName
{
background-color: #13B32F;
}
</style>
border-color css
<style>
span { border-color: #13B32F; }
span { border-color: rgb(19,179,47); }
td.TdClassName
{
border-color: #13B32F;
}
.TagClassName
{
border-color: #13B32F;
}
</style>