Shades of Dark Pastel Green #13B341
Tints of Dark Pastel Green #13B341
RGB
CMYK
RGB Variations
Color information
#13B341 (or 0x13B341) is known color: Dark Pastel Green. HEX triplet: 13, B3 and 41. RGB value is (19,179,65). Sum of RGB (Red+Green+Blue) = 19+179+65=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #13B341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B341 is #EC4CBE. Grayscale: #767676. Windows color (decimal): -15486143 or 4305683. OLE color: 4305683.
HSL color Cylindrical-coordinate representation of color #13B341: hue angle of 137.25º 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 #13B341 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 179 | 65 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.30 |
| HSL | 137.25º | 0.81% | 0.39% | - |
| HSV(B) | 137.25º | 0.89% | 0.7% | - |
| XYZ | 17.34 | 32.76 | 10.41 | - |
| YUV | 118.16 | 97.99 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 179 | 65 | 0.89 | 0 | 0.64 | 0.30 | 137.25 | 0.81 | 0.39 |
| Hex | 13 | B3 | 41 | 59 | 0 | 40 | 1E | 89 | 51 | 27 |
| Octal | 23 | 263 | 101 | 131 | 0 | 100 | 36 | 211 | 121 | 47 |
| Binary | 10011 | 10110011 | 1000001 | 1011001 | 0 | 1000000 | 11110 | 10001001 | 1010001 | 100111 |
Color Harmonies of #13B341
Complementary color
Monochromatic Colors of #13B341
Black with #13B341
Text Example
Text Example
White with #13B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B341; }
p { color: rgb(19,179,65); }
H1.HeaderClassName
{
color: #13B341;
}
.AnyTagClassName
{
color: #13B341;
}
</style>
background-color css
<style>
a { background-color: #13B341; }
a { background-color: rgb(19,179,65); }
div.DivClassName
{
background-color: #13B341;
}
.BgClassName
{
background-color: #13B341;
}
</style>
border-color css
<style>
span { border-color: #13B341; }
span { border-color: rgb(19,179,65); }
td.TdClassName
{
border-color: #13B341;
}
.TagClassName
{
border-color: #13B341;
}
</style>