#1A3302

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

Shades of Pine Tree #1A3302

Tints of Pine Tree #1A3302

Color information

#1A3302 (or 0x1A3302) is unknown color: approx Pine Tree. HEX triplet: 1A, 33 and 02. RGB value is (26,51,2). Sum of RGB (Red+Green+Blue) = 26+51+2=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #1A3302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3302 is #E5CCFD. Grayscale: #262626. Windows color (decimal): -15060222 or 144154. OLE color: 144154.

HSL color Cylindrical-coordinate representation of color #1A3302: hue angle of 90.61º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A3302 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB26512-
CMYK0.4900.960.8
HSL90.61º92.45%10.39%-
HSV(B)90.61º96.08%20%-
XYZ1.622.590.47-
YUV37.94107.72119.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.91%
GREEN value IS 51 (20.31% from 255) = 64.56%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=32.91%
G=64.56%
B=2.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal265120.4900.960.890.6192.4510.39
Hex1A33231060505b5ca
Octal3263261014012013313412
Binary1101011001110110001011000001010000101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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