#1A2701

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

Shades of Pine Tree #1A2701

Tints of Pine Tree #1A2701

Color information

#1A2701 (or 0x1A2701) is unknown color: approx Pine Tree. HEX triplet: 1A, 27 and 01. RGB value is (26,39,1). Sum of RGB (Red+Green+Blue) = 26+39+1=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #1A2701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2701 is #E5D8FE. Grayscale: #1E1E1E. Windows color (decimal): -15063295 or 75546. OLE color: 75546.

HSL color Cylindrical-coordinate representation of color #1A2701: hue angle of 80.53º 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 #1A2701 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB26391-
CMYK0.3300.970.85
HSL80.53º95%7.84%-
HSV(B)80.53º97.44%15.29%-
XYZ1.161.670.29-
YUV30.78111.19124.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 39.39%
GREEN value IS 39 (15.62% from 255) = 59.09%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=39.39%
G=59.09%
B=1.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal263910.3300.970.8580.53957.84
Hex1A2712106155515f8
Octal3247141014112512113710
Binary110101001111100001011000011010101101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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