#1A3003

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

Shades of Pine Tree #1A3003

Tints of Pine Tree #1A3003

Color information

#1A3003 (or 0x1A3003) is unknown color: approx Pine Tree. HEX triplet: 1A, 30 and 03. RGB value is (26,48,3). Sum of RGB (Red+Green+Blue) = 26+48+3=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3003 is #E5CFFC. Grayscale: #242424. Windows color (decimal): -15060989 or 208922. OLE color: 208922.

HSL color Cylindrical-coordinate representation of color #1A3003: hue angle of 89.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A3003 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB26483-
CMYK0.4600.940.81
HSL89.33º88.24%10%-
HSV(B)89.33º93.75%18.82%-
XYZ1.52.340.46-
YUV36.29109.21120.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=33.77%
G=62.34%
B=3.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal264830.4600.940.8189.3388.2410
Hex1A3032E05E515958a
Octal3260356013612113113012
Binary1101011000011101110010111101010001101100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,3); }

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

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

 a { background-color: rgb(26,48,3); }

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

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

 span { border-color: rgb(26,48,3); }

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