#191E16

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

Shades of Pine Tree #191E16

Tints of Pine Tree #191E16

Color information

#191E16 (or 0x191E16) is unknown color: approx Pine Tree. HEX triplet: 19, 1E and 16. RGB value is (25,30,22). Sum of RGB (Red+Green+Blue) = 25+30+22=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #191E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E16 is #E6E1E9. Grayscale: #1B1B1B. Windows color (decimal): -15131114 or 1449497. OLE color: 1449497.

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

Color convert

RGB253022-
CMYK0.1700.270.88
HSL97.5º15.38%10.2%-
HSV(B)97.5º26.67%11.76%-
XYZ1.011.190.94-
YUV27.59124.84126.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=32.47%
G=38.96%
B=28.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2530220.1700.270.8897.515.3810.2
Hex191E161101B5862fa
Octal313626210331301421712
Binary110011111010110100010110111011000110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,30,22); }

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

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

 a { background-color: rgb(25,30,22); }

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

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

 span { border-color: rgb(25,30,22); }

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