#191A18

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

Shades of Pine Tree #191A18

Tints of Pine Tree #191A18

Color information

#191A18 (or 0x191A18) is unknown color: approx Pine Tree. HEX triplet: 19, 1A and 18. RGB value is (25,26,24). Sum of RGB (Red+Green+Blue) = 25+26+24=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 26 - color contains mainly: green. Hex color #191A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A18 is #E6E5E7. Grayscale: #191919. Windows color (decimal): -15132136 or 1579545. OLE color: 1579545.

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

Color convert

RGB252624-
CMYK0.0400.080.90
HSL90º4%9.8%-
HSV(B)90º7.69%10.2%-
XYZ0.941.011.01-
YUV25.47127.17127.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 24 (9.77% from 255) = 32%
R=33.33%
G=34.67%
B=32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2526240.0400.080.909049.8
Hex191A184085A5a4a
Octal3132304010132132412
Binary11001110101100010001000101101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,26,24); }

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

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

 a { background-color: rgb(25,26,24); }

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

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

 span { border-color: rgb(25,26,24); }

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