#19260D

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

Shades of Pine Tree #19260D

Tints of Pine Tree #19260D

Color information

#19260D (or 0x19260D) is unknown color: approx Pine Tree. HEX triplet: 19, 26 and 0D. RGB value is (25,38,13). Sum of RGB (Red+Green+Blue) = 25+38+13=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #19260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19260D is #E6D9F2. Grayscale: #1F1F1F. Windows color (decimal): -15129075 or 861721. OLE color: 861721.

HSL color Cylindrical-coordinate representation of color #19260D: hue angle of 91.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19260D is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB253813-
CMYK0.3400.660.85
HSL91.2º49.02%10%-
HSV(B)91.2º65.79%14.9%-
XYZ1.171.620.63-
YUV31.26117.69123.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=32.89%
G=50%
B=17.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2538130.3400.660.8591.249.0210
Hex1926D22042555b31a
Octal3146154201021251336112
Binary11001100110110110001001000010101010110110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19260D; }

 p { color: rgb(25,38,13); }

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

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

 a { background-color: rgb(25,38,13); }

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

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

 span { border-color: rgb(25,38,13); }

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