#191F11

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

Shades of Pine Tree #191F11

Tints of Pine Tree #191F11

Color information

#191F11 (or 0x191F11) is unknown color: approx Pine Tree. HEX triplet: 19, 1F and 11. RGB value is (25,31,17). Sum of RGB (Red+Green+Blue) = 25+31+17=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #191F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F11 is #E6E0EE. Grayscale: #1B1B1B. Windows color (decimal): -15130863 or 1122073. OLE color: 1122073.

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

Color convert

RGB253117-
CMYK0.1900.450.88
HSL85.71º29.17%9.41%-
HSV(B)85.71º45.16%12.16%-
XYZ0.991.230.71-
YUV27.61122.01126.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 31 (12.5% from 255) = 42.47%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=34.25%
G=42.47%
B=23.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2531170.1900.450.8885.7129.179.41
Hex191F111302D58561d9
Octal313721230551301263511
Binary11001111111000110011010110110110001010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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