#191F13

Color #191F13 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #191F13

Tints of Pine Tree #191F13

Color information

#191F13 (or 0x191F13) is unknown color: approx Pine Tree. HEX triplet: 19, 1F and 13. RGB value is (25,31,19). Sum of RGB (Red+Green+Blue) = 25+31+19=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #191F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F13 is #E6E0EC. Grayscale: #1B1B1B. Windows color (decimal): -15130861 or 1253145. OLE color: 1253145.

HSL color Cylindrical-coordinate representation of color #191F13: hue angle of 90º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #191F13 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB253119-
CMYK0.1900.390.88
HSL90º24%9.8%-
HSV(B)90º38.71%12.16%-
XYZ1.011.230.8-
YUV27.84123.01125.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=33.33%
G=41.33%
B=25.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2531190.1900.390.8890249.8
Hex191F1313027585a18a
Octal313723230471301323012
Binary11001111111001110011010011110110001011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191F13; }

 p { color: rgb(25,31,19); }

 H1.HeaderClassName
 {
   color: #191F13;
 }
 .AnyTagClassName
 {
   color: #191F13;
 }
</style>
background-color css

<style>
 a { background-color: #191F13; }

 a { background-color: rgb(25,31,19); }

 div.DivClassName
 {
   background-color: #191F13;
 }
 .BgClassName
 {
   background-color: #191F13;
 }
</style>
border-color css

<style>
 span { border-color: #191F13; }

 span { border-color: rgb(25,31,19); }

 td.TdClassName
 {
   border-color: #191F13;
 }
 .TagClassName
 {
   border-color: #191F13;
 }
</style>