#1A2601

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

Shades of Pine Tree #1A2601

Tints of Pine Tree #1A2601

Color information

#1A2601 (or 0x1A2601) is unknown color: approx Pine Tree. HEX triplet: 1A, 26 and 01. RGB value is (26,38,1). Sum of RGB (Red+Green+Blue) = 26+38+1=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #1A2601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2601 is #E5D9FE. Grayscale: #1E1E1E. Windows color (decimal): -15063551 or 75290. OLE color: 75290.

HSL color Cylindrical-coordinate representation of color #1A2601: hue angle of 79.46º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A2601 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB26381-
CMYK0.3200.970.85
HSL79.46º94.87%7.65%-
HSV(B)79.46º97.37%14.9%-
XYZ1.121.610.28-
YUV30.19111.52125.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 58.46%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=40%
G=58.46%
B=1.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal263810.3200.970.8579.4694.877.65
Hex1A26120061554f5f8
Octal3246140014112511713710
Binary110101001101100000011000011010101100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,1); }

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

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

 a { background-color: rgb(26,38,1); }

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

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

 span { border-color: rgb(26,38,1); }

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