#1A240A

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

Shades of Pine Tree #1A240A

Tints of Pine Tree #1A240A

Color information

#1A240A (or 0x1A240A) is unknown color: approx Pine Tree. HEX triplet: 1A, 24 and 0A. RGB value is (26,36,10). Sum of RGB (Red+Green+Blue) = 26+36+10=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #1A240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A240A is #E5DBF5. Grayscale: #1E1E1E. Windows color (decimal): -15064054 or 664602. OLE color: 664602.

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

Color convert

RGB263610-
CMYK0.2800.720.86
HSL83.08º56.52%9.02%-
HSV(B)83.08º72.22%14.12%-
XYZ1.111.50.52-
YUV30.05116.69125.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 36 (14.45% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=36.11%
G=50%
B=13.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2636100.2800.720.8683.0856.529.02
Hex1A24A1C0485653399
Octal3244123401101261237111
Binary1101010010010101110001001000101011010100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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