Shades of Green #13730F
Tints of Green #13730F
RGB
CMYK
RGB Variations
Color information
#13730F (or 0x13730F) is known color: Green. HEX triplet: 13, 73 and 0F. RGB value is (19,115,15). Sum of RGB (Red+Green+Blue) = 19+115+15=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #13730F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13730F is #EC8CF0. Grayscale: #4B4B4B. Windows color (decimal): -15502577 or 1012499. OLE color: 1012499.
HSL color Cylindrical-coordinate representation of color #13730F: hue angle of 117.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13730F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 15 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.55 |
| HSL | 117.6º | 0.77% | 0.25% | - |
| HSV(B) | 117.6º | 0.87% | 0.45% | - |
| XYZ | 6.49 | 12.43 | 2.51 | - |
| YUV | 74.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 15 | 0.83 | 0 | 0.87 | 0.55 | 117.6 | 0.77 | 0.25 |
| Hex | 13 | 73 | F | 53 | 0 | 57 | 37 | 76 | 4D | 19 |
| Octal | 23 | 163 | 17 | 123 | 0 | 127 | 67 | 166 | 115 | 31 |
| Binary | 10011 | 1110011 | 1111 | 1010011 | 0 | 1010111 | 110111 | 1110110 | 1001101 | 11001 |
Color Harmonies of #13730F
Complementary color
Monochromatic Colors of #13730F
Black with #13730F
Text Example
Text Example
White with #13730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13730F; }
p { color: rgb(19,115,15); }
H1.HeaderClassName
{
color: #13730F;
}
.AnyTagClassName
{
color: #13730F;
}
</style>
background-color css
<style>
a { background-color: #13730F; }
a { background-color: rgb(19,115,15); }
div.DivClassName
{
background-color: #13730F;
}
.BgClassName
{
background-color: #13730F;
}
</style>
border-color css
<style>
span { border-color: #13730F; }
span { border-color: rgb(19,115,15); }
td.TdClassName
{
border-color: #13730F;
}
.TagClassName
{
border-color: #13730F;
}
</style>