#191F10

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

Shades of Pine Tree #191F10

Tints of Pine Tree #191F10

Color information

#191F10 (or 0x191F10) is unknown color: approx Pine Tree. HEX triplet: 19, 1F and 10. RGB value is (25,31,16). Sum of RGB (Red+Green+Blue) = 25+31+16=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #191F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F10 is #E6E0EF. Grayscale: #1B1B1B. Windows color (decimal): -15130864 or 1056537. OLE color: 1056537.

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

Color convert

RGB253116-
CMYK0.1900.480.88
HSL84º31.91%9.22%-
HSV(B)84º48.39%12.16%-
XYZ0.981.220.67-
YUV27.5121.51126.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=34.72%
G=43.06%
B=22.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2531160.1900.480.888431.919.22
Hex191F10130305854209
Octal313720230601301244011
Binary110011111110000100110110000101100010101001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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