#1A230C

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

Shades of Pine Tree #1A230C

Tints of Pine Tree #1A230C

Color information

#1A230C (or 0x1A230C) is unknown color: approx Pine Tree. HEX triplet: 1A, 23 and 0C. RGB value is (26,35,12). Sum of RGB (Red+Green+Blue) = 26+35+12=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #1A230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A230C is #E5DCF3. Grayscale: #1D1D1D. Windows color (decimal): -15064308 or 795418. OLE color: 795418.

HSL color Cylindrical-coordinate representation of color #1A230C: hue angle of 83.48º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A230C is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB263512-
CMYK0.2600.660.86
HSL83.48º48.94%9.22%-
HSV(B)83.48º65.71%13.73%-
XYZ1.091.450.57-
YUV29.69118.02125.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=35.62%
G=47.95%
B=16.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2635120.2600.660.8683.4848.949.22
Hex1A23C1A0425653319
Octal3243143201021261236111
Binary1101010001111001101001000010101011010100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,35,12); }

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

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

 a { background-color: rgb(26,35,12); }

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

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

 span { border-color: rgb(26,35,12); }

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