#191F0B

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

Shades of Pine Tree #191F0B

Tints of Pine Tree #191F0B

Color information

#191F0B (or 0x191F0B) is unknown color: approx Pine Tree. HEX triplet: 19, 1F and 0B. RGB value is (25,31,11). Sum of RGB (Red+Green+Blue) = 25+31+11=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #191F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F0B is #E6E0F4. Grayscale: #1B1B1B. Windows color (decimal): -15130869 or 728857. OLE color: 728857.

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

Color convert

RGB253111-
CMYK0.1900.650.88
HSL78º47.62%8.24%-
HSV(B)78º64.52%12.16%-
XYZ0.951.210.5-
YUV26.93119.01126.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 31 (12.5% from 255) = 46.27%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=37.31%
G=46.27%
B=16.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2531110.1900.650.887847.628.24
Hex191FB13041584e308
Octal3137132301011301166010
Binary110011111110111001101000001101100010011101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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