#1A3700

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

Shades of Pine Tree #1A3700

Tints of Pine Tree #1A3700

Color information

#1A3700 (or 0x1A3700) is unknown color: approx Pine Tree. HEX triplet: 1A, 37 and 00. RGB value is (26,55,0). Sum of RGB (Red+Green+Blue) = 26+55+0=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3700 is #E5C8FF. Grayscale: #282828. Windows color (decimal): -15059200 or 14106. OLE color: 14106.

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

Color convert

RGB26550-
CMYK0.53010.78
HSL91.64º100%10.78%-
HSV(B)91.64º100%21.57%-
XYZ1.792.950.48-
YUV40.06105.39117.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 55 (21.88% from 255) = 67.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.10%
G=67.90%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal265500.53010.7891.6410010.78
Hex1A370350644E5c64b
Octal3267065014411613414413
Binary110101101110110101011001001001110101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,55,0); }

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

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

 a { background-color: rgb(26,55,0); }

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

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

 span { border-color: rgb(26,55,0); }

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