#192111

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

Shades of Pine Tree #192111

Tints of Pine Tree #192111

Color information

#192111 (or 0x192111) is unknown color: approx Pine Tree. HEX triplet: 19, 21 and 11. RGB value is (25,33,17). Sum of RGB (Red+Green+Blue) = 25+33+17=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #192111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192111 is #E6DEEE. Grayscale: #1C1C1C. Windows color (decimal): -15130351 or 1122585. OLE color: 1122585.

HSL color Cylindrical-coordinate representation of color #192111: hue angle of 90º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #192111 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB253317-
CMYK0.2400.480.87
HSL90º32%9.8%-
HSV(B)90º48.48%12.94%-
XYZ1.051.330.73-
YUV28.78121.35125.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=33.33%
G=44%
B=22.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2533170.2400.480.8790329.8
Hex19211118030575a20a
Octal314121300601271324012
Binary1100110000110001110000110000101011110110101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192111; }

 p { color: rgb(25,33,17); }

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

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

 a { background-color: rgb(25,33,17); }

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

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

 span { border-color: rgb(25,33,17); }

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