#192412

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

Shades of Pine Tree #192412

Tints of Pine Tree #192412

Color information

#192412 (or 0x192412) is unknown color: approx Pine Tree. HEX triplet: 19, 24 and 12. RGB value is (25,36,18). Sum of RGB (Red+Green+Blue) = 25+36+18=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #192412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192412 is #E6DBED. Grayscale: #1E1E1E. Windows color (decimal): -15129582 or 1188889. OLE color: 1188889.

HSL color Cylindrical-coordinate representation of color #192412: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #192412 is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB253618-
CMYK0.3100.50.86
HSL96.67º33.33%10.59%-
HSV(B)96.67º50%14.12%-
XYZ1.141.510.8-
YUV30.66120.86123.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=31.65%
G=45.57%
B=22.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536180.3100.50.8696.6733.3310.59
Hex1924121F032566121b
Octal314422370621261414113
Binary1100110010010010111110110010101011011000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192412; }

 p { color: rgb(25,36,18); }

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

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

 a { background-color: rgb(25,36,18); }

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

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

 span { border-color: rgb(25,36,18); }

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