#1A2313

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

Shades of Pine Tree #1A2313

Tints of Pine Tree #1A2313

Color information

#1A2313 (or 0x1A2313) is unknown color: approx Pine Tree. HEX triplet: 1A, 23 and 13. RGB value is (26,35,19). Sum of RGB (Red+Green+Blue) = 26+35+19=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #1A2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2313 is #E5DCEC. Grayscale: #1E1E1E. Windows color (decimal): -15064301 or 1254170. OLE color: 1254170.

HSL color Cylindrical-coordinate representation of color #1A2313: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A2313 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB263519-
CMYK0.2600.460.86
HSL93.75º29.63%10.59%-
HSV(B)93.75º45.71%13.73%-
XYZ1.141.470.84-
YUV30.48121.52124.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 35 (14.06% from 255) = 43.75%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=32.5%
G=43.75%
B=23.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2635190.2600.460.8693.7529.6310.59
Hex1A23131A02E565e1eb
Octal324323320561261363613
Binary110101000111001111010010111010101101011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A2313; }

 p { color: rgb(26,35,19); }

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

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

 a { background-color: rgb(26,35,19); }

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

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

 span { border-color: rgb(26,35,19); }

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