#1A2302

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

Shades of Pine Tree #1A2302

Tints of Pine Tree #1A2302

Color information

#1A2302 (or 0x1A2302) is unknown color: approx Pine Tree. HEX triplet: 1A, 23 and 02. RGB value is (26,35,2). Sum of RGB (Red+Green+Blue) = 26+35+2=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #1A2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2302 is #E5DCFD. Grayscale: #1C1C1C. Windows color (decimal): -15064318 or 140058. OLE color: 140058.

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

Color convert

RGB26352-
CMYK0.2600.940.86
HSL76.36º89.19%7.25%-
HSV(B)76.36º94.29%13.73%-
XYZ1.041.430.28-
YUV28.55113.02126.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 35 (14.06% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=41.27%
G=55.56%
B=3.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal263520.2600.940.8676.3689.197.25
Hex1A2321A05E564c597
Octal324323201361261141317
Binary11010100011101101001011110101011010011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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