#1A240F

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

Shades of Pine Tree #1A240F

Tints of Pine Tree #1A240F

Color information

#1A240F (or 0x1A240F) is unknown color: approx Pine Tree. HEX triplet: 1A, 24 and 0F. RGB value is (26,36,15). Sum of RGB (Red+Green+Blue) = 26+36+15=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #1A240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A240F is #E5DBF0. Grayscale: #1E1E1E. Windows color (decimal): -15064049 or 992282. OLE color: 992282.

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

Color convert

RGB263615-
CMYK0.2800.580.86
HSL88.57º41.18%10%-
HSV(B)88.57º58.33%14.12%-
XYZ1.141.520.68-
YUV30.62119.19124.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=33.77%
G=46.75%
B=19.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2636150.2800.580.8688.5741.1810
Hex1A24F1C03A565929a
Octal324417340721261315112
Binary110101001001111111000111010101011010110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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