#1A240B

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

Shades of Pine Tree #1A240B

Tints of Pine Tree #1A240B

Color information

#1A240B (or 0x1A240B) is unknown color: approx Pine Tree. HEX triplet: 1A, 24 and 0B. RGB value is (26,36,11). Sum of RGB (Red+Green+Blue) = 26+36+11=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #1A240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A240B is #E5DBF4. Grayscale: #1E1E1E. Windows color (decimal): -15064053 or 730138. OLE color: 730138.

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

Color convert

RGB263611-
CMYK0.2800.690.86
HSL84º53.19%9.22%-
HSV(B)84º69.44%14.12%-
XYZ1.121.510.55-
YUV30.16117.19125.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=35.62%
G=49.32%
B=15.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2636110.2800.690.868453.199.22
Hex1A24B1C0455654359
Octal3244133401051261246511
Binary1101010010010111110001000101101011010101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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