#191F14

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

Shades of Pine Tree #191F14

Tints of Pine Tree #191F14

Color information

#191F14 (or 0x191F14) is unknown color: approx Pine Tree. HEX triplet: 19, 1F and 14. RGB value is (25,31,20). Sum of RGB (Red+Green+Blue) = 25+31+20=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #191F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F14 is #E6E0EB. Grayscale: #1B1B1B. Windows color (decimal): -15130860 or 1318681. OLE color: 1318681.

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

Color convert

RGB253120-
CMYK0.1900.350.88
HSL92.73º21.57%10%-
HSV(B)92.73º35.48%12.16%-
XYZ1.021.240.85-
YUV27.95123.51125.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=32.89%
G=40.79%
B=26.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2531200.1900.350.8892.7321.5710
Hex191F1413023585d16a
Octal313724230431301352612
Binary11001111111010010011010001110110001011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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