#1A3802

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

Shades of Pine Tree #1A3802

Tints of Pine Tree #1A3802

Color information

#1A3802 (or 0x1A3802) is unknown color: approx Pine Tree. HEX triplet: 1A, 38 and 02. RGB value is (26,56,2). Sum of RGB (Red+Green+Blue) = 26+56+2=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3802 is #E5C7FD. Grayscale: #292929. Windows color (decimal): -15058942 or 145434. OLE color: 145434.

HSL color Cylindrical-coordinate representation of color #1A3802: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A3802 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB26562-
CMYK0.5400.960.78
HSL93.33º93.1%11.37%-
HSV(B)93.33º96.43%21.96%-
XYZ1.853.050.55-
YUV40.87106.06117.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.95%
GREEN value IS 56 (22.27% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=30.95%
G=66.67%
B=2.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal265620.5400.960.7893.3393.111.37
Hex1A382360604E5d5db
Octal3270266014011613513513
Binary1101011100010110110011000001001110101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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