#191E10

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

Shades of Pine Tree #191E10

Tints of Pine Tree #191E10

Color information

#191E10 (or 0x191E10) is unknown color: approx Pine Tree. HEX triplet: 19, 1E and 10. RGB value is (25,30,16). Sum of RGB (Red+Green+Blue) = 25+30+16=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #191E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E10 is #E6E1EF. Grayscale: #1A1A1A. Windows color (decimal): -15131120 or 1056281. OLE color: 1056281.

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

Color convert

RGB253016-
CMYK0.1700.470.88
HSL81.43º30.43%9.02%-
HSV(B)81.43º46.67%11.76%-
XYZ0.961.170.67-
YUV26.91121.84126.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=35.21%
G=42.25%
B=22.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2530160.1700.470.8881.4330.439.02
Hex191E101102F58511e9
Octal313620210571301213611
Binary11001111101000010001010111110110001010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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