#191F0F

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

Shades of Pine Tree #191F0F

Tints of Pine Tree #191F0F

Color information

#191F0F (or 0x191F0F) is unknown color: approx Pine Tree. HEX triplet: 19, 1F and 0F. RGB value is (25,31,15). Sum of RGB (Red+Green+Blue) = 25+31+15=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #191F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F0F is #E6E0F0. Grayscale: #1B1B1B. Windows color (decimal): -15130865 or 991001. OLE color: 991001.

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

Color convert

RGB253115-
CMYK0.1900.520.88
HSL82.5º34.78%9.02%-
HSV(B)82.5º51.61%12.16%-
XYZ0.981.220.64-
YUV27.38121.01126.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=35.21%
G=43.66%
B=21.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2531150.1900.520.8882.534.789.02
Hex191FF130345852239
Octal313717230641301224311
Binary11001111111111100110110100101100010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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