#1A240D

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

Shades of Pine Tree #1A240D

Tints of Pine Tree #1A240D

Color information

#1A240D (or 0x1A240D) is unknown color: approx Pine Tree. HEX triplet: 1A, 24 and 0D. RGB value is (26,36,13). Sum of RGB (Red+Green+Blue) = 26+36+13=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #1A240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A240D is #E5DBF2. Grayscale: #1E1E1E. Windows color (decimal): -15064051 or 861210. OLE color: 861210.

HSL color Cylindrical-coordinate representation of color #1A240D: hue angle of 86.09º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A240D is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB263613-
CMYK0.2800.640.86
HSL86.09º46.94%9.61%-
HSV(B)86.09º63.89%14.12%-
XYZ1.131.510.61-
YUV30.39118.19124.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=34.67%
G=48%
B=17.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2636130.2800.640.8686.0946.949.61
Hex1A24D1C04056562fa
Octal3244153401001261265712
Binary1101010010011011110001000000101011010101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,36,13); }

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

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

 a { background-color: rgb(26,36,13); }

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

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

 span { border-color: rgb(26,36,13); }

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