Shades of Dark Pastel Green #13B527
Tints of Dark Pastel Green #13B527
RGB
CMYK
RGB Variations
Color information
#13B527 (or 0x13B527) is known color: Dark Pastel Green. HEX triplet: 13, B5 and 27. RGB value is (19,181,39). Sum of RGB (Red+Green+Blue) = 19+181+39=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #13B527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B527 is #EC4AD8. Grayscale: #747474. Windows color (decimal): -15485657 or 2602259. OLE color: 2602259.
HSL color Cylindrical-coordinate representation of color #13B527: hue angle of 127.41º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B527 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 39 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.29 |
| HSL | 127.41º | 0.81% | 0.39% | - |
| HSV(B) | 127.41º | 0.9% | 0.71% | - |
| XYZ | 17.16 | 33.33 | 7.45 | - |
| YUV | 116.37 | 84.33 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 39 | 0.90 | 0 | 0.78 | 0.29 | 127.41 | 0.81 | 0.39 |
| Hex | 13 | B5 | 27 | 5A | 0 | 4E | 1D | 7F | 51 | 27 |
| Octal | 23 | 265 | 47 | 132 | 0 | 116 | 35 | 177 | 121 | 47 |
| Binary | 10011 | 10110101 | 100111 | 1011010 | 0 | 1001110 | 11101 | 1111111 | 1010001 | 100111 |
Color Harmonies of #13B527
Complementary color
Monochromatic Colors of #13B527
Black with #13B527
Text Example
Text Example
White with #13B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B527; }
p { color: rgb(19,181,39); }
H1.HeaderClassName
{
color: #13B527;
}
.AnyTagClassName
{
color: #13B527;
}
</style>
background-color css
<style>
a { background-color: #13B527; }
a { background-color: rgb(19,181,39); }
div.DivClassName
{
background-color: #13B527;
}
.BgClassName
{
background-color: #13B527;
}
</style>
border-color css
<style>
span { border-color: #13B527; }
span { border-color: rgb(19,181,39); }
td.TdClassName
{
border-color: #13B527;
}
.TagClassName
{
border-color: #13B527;
}
</style>