#192012

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

Shades of Pine Tree #192012

Tints of Pine Tree #192012

Color information

#192012 (or 0x192012) is unknown color: approx Pine Tree. HEX triplet: 19, 20 and 12. RGB value is (25,32,18). Sum of RGB (Red+Green+Blue) = 25+32+18=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #192012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192012 is #E6DFED. Grayscale: #1C1C1C. Windows color (decimal): -15130606 or 1187865. OLE color: 1187865.

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

Color convert

RGB253218-
CMYK0.2200.440.87
HSL90º28%9.8%-
HSV(B)90º43.75%12.55%-
XYZ1.031.280.77-
YUV28.31122.18125.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 18 (7.42% from 255) = 24%
R=33.33%
G=42.67%
B=24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2532180.2200.440.8790289.8
Hex1920121602C575a1ca
Octal314022260541271323412
Binary110011000001001010110010110010101111011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192012; }

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

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

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

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

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

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

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

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