#1A250C

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

Shades of Pine Tree #1A250C

Tints of Pine Tree #1A250C

Color information

#1A250C (or 0x1A250C) is unknown color: approx Pine Tree. HEX triplet: 1A, 25 and 0C. RGB value is (26,37,12). Sum of RGB (Red+Green+Blue) = 26+37+12=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #1A250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A250C is #E5DAF3. Grayscale: #1E1E1E. Windows color (decimal): -15063796 or 795930. OLE color: 795930.

HSL color Cylindrical-coordinate representation of color #1A250C: hue angle of 86.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A250C is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB263712-
CMYK0.3000.680.85
HSL86.4º51.02%9.61%-
HSV(B)86.4º67.57%14.51%-
XYZ1.151.570.59-
YUV30.86117.36124.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 12 (5.08% from 255) = 16%
R=34.67%
G=49.33%
B=16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637120.3000.680.8586.451.029.61
Hex1A25C1E044555633a
Octal3245143601041251266312
Binary1101010010111001111001000100101010110101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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