#19310A

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

Shades of Pine Tree #19310A

Tints of Pine Tree #19310A

Color information

#19310A (or 0x19310A) is unknown color: approx Pine Tree. HEX triplet: 19, 31 and 0A. RGB value is (25,49,10). Sum of RGB (Red+Green+Blue) = 25+49+10=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #19310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19310A is #E6CEF5. Grayscale: #252525. Windows color (decimal): -15126262 or 667929. OLE color: 667929.

HSL color Cylindrical-coordinate representation of color #19310A: hue angle of 96.92º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19310A is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB254910-
CMYK0.4900.800.81
HSL96.92º66.1%11.57%-
HSV(B)96.92º79.59%19.22%-
XYZ1.552.430.67-
YUV37.38112.55119.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=29.76%
G=58.33%
B=11.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549100.4900.800.8196.9266.111.57
Hex1931A31050516142c
Octal31611261012012114110214
Binary110011100011010110001010100001010001110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19310A; }

 p { color: rgb(25,49,10); }

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

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

 a { background-color: rgb(25,49,10); }

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

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

 span { border-color: rgb(25,49,10); }

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