#192112

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

Shades of Pine Tree #192112

Tints of Pine Tree #192112

Color information

#192112 (or 0x192112) is unknown color: approx Pine Tree. HEX triplet: 19, 21 and 12. RGB value is (25,33,18). Sum of RGB (Red+Green+Blue) = 25+33+18=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #192112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192112 is #E6DEED. Grayscale: #1C1C1C. Windows color (decimal): -15130350 or 1188121. OLE color: 1188121.

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

Color convert

RGB253318-
CMYK0.2400.450.87
HSL92º29.41%10%-
HSV(B)92º45.45%12.94%-
XYZ1.051.340.77-
YUV28.9121.85125.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=32.89%
G=43.42%
B=23.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2533180.2400.450.879229.4110
Hex1921121802D575c1da
Octal314122300551271343512
Binary110011000011001011000010110110101111011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192112; }

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

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

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

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

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

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

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

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