Shades of Pine Tree #193902
Tints of Pine Tree #193902
RGB
CMYK
RGB Variations
Color information
#193902 (or 0x193902) is known color: Pine Tree. HEX triplet: 19, 39 and 02. RGB value is (25,57,2). Sum of RGB (Red+Green+Blue) = 25+57+2=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 57 (22.66% from 255 or 67.86% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 57 - color contains mainly: green. Hex color #193902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193902 is #E6C6FD. Grayscale: #292929. Windows color (decimal): -15124222 or 145689. OLE color: 145689.
HSL color Cylindrical-coordinate representation of color #193902: hue angle of 94.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #193902 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 57 | 2 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.78 |
| HSL | 94.91º | 0.93% | 0.12% | - |
| HSV(B) | 94.91º | 0.96% | 0.22% | - |
| XYZ | 1.87 | 3.14 | 0.56 | - |
| YUV | 41.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 2 | 0.56 | 0 | 0.96 | 0.78 | 94.91 | 0.93 | 0.12 |
| Hex | 19 | 39 | 2 | 38 | 0 | 60 | 4E | 5F | 5D | C |
| Octal | 31 | 71 | 2 | 70 | 0 | 140 | 116 | 137 | 135 | 14 |
| Binary | 11001 | 111001 | 10 | 111000 | 0 | 1100000 | 1001110 | 1011111 | 1011101 | 1100 |
Color Harmonies of #193902
Complementary color
Monochromatic Colors of #193902
Black with #193902
Text Example
Text Example
White with #193902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193902; }
p { color: rgb(25,57,2); }
H1.HeaderClassName
{
color: #193902;
}
.AnyTagClassName
{
color: #193902;
}
</style>
background-color css
<style>
a { background-color: #193902; }
a { background-color: rgb(25,57,2); }
div.DivClassName
{
background-color: #193902;
}
.BgClassName
{
background-color: #193902;
}
</style>
border-color css
<style>
span { border-color: #193902; }
span { border-color: rgb(25,57,2); }
td.TdClassName
{
border-color: #193902;
}
.TagClassName
{
border-color: #193902;
}
</style>