#192804

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

Shades of Pine Tree #192804

Tints of Pine Tree #192804

Color information

#192804 (or 0x192804) is unknown color: approx Pine Tree. HEX triplet: 19, 28 and 04. RGB value is (25,40,4). Sum of RGB (Red+Green+Blue) = 25+40+4=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #192804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192804 is #E6D7FB. Grayscale: #1F1F1F. Windows color (decimal): -15128572 or 272409. OLE color: 272409.

HSL color Cylindrical-coordinate representation of color #192804: hue angle of 85º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #192804 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB25404-
CMYK0.3800.900.84
HSL85º81.82%8.63%-
HSV(B)85º90%15.69%-
XYZ1.181.730.39-
YUV31.41112.53123.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 40 (16.02% from 255) = 57.97%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=36.23%
G=57.97%
B=5.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal254040.3800.900.848581.828.63
Hex192842605A5455529
Octal3150446013212412512211
Binary11001101000100100110010110101010100101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192804; }

 p { color: rgb(25,40,4); }

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

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

 a { background-color: rgb(25,40,4); }

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

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

 span { border-color: rgb(25,40,4); }

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