#1A300A

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

Shades of Pine Tree #1A300A

Tints of Pine Tree #1A300A

Color information

#1A300A (or 0x1A300A) is unknown color: approx Pine Tree. HEX triplet: 1A, 30 and 0A. RGB value is (26,48,10). Sum of RGB (Red+Green+Blue) = 26+48+10=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #1A300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A300A is #E5CFF5. Grayscale: #252525. Windows color (decimal): -15060982 or 667674. OLE color: 667674.

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

Color convert

RGB264810-
CMYK0.4600.790.81
HSL94.74º65.52%11.37%-
HSV(B)94.74º79.17%18.82%-
XYZ1.542.360.66-
YUV37.09112.71120.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.95%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=30.95%
G=57.14%
B=11.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648100.4600.790.8194.7465.5211.37
Hex1A30A2E04F515f42b
Octal32601256011712113710213
Binary110101100001010101110010011111010001101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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