#1A2413

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

Shades of Pine Tree #1A2413

Tints of Pine Tree #1A2413

Color information

#1A2413 (or 0x1A2413) is unknown color: approx Pine Tree. HEX triplet: 1A, 24 and 13. RGB value is (26,36,19). Sum of RGB (Red+Green+Blue) = 26+36+19=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #1A2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2413 is #E5DBEC. Grayscale: #1F1F1F. Windows color (decimal): -15064045 or 1254426. OLE color: 1254426.

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

Color convert

RGB263619-
CMYK0.2800.470.86
HSL95.29º30.91%10.78%-
HSV(B)95.29º47.22%14.12%-
XYZ1.171.530.85-
YUV31.07121.19124.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 36 (14.45% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=32.10%
G=44.44%
B=23.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2636190.2800.470.8695.2930.9110.78
Hex1A24131C02F565f1fb
Octal324423340571261373713
Binary110101001001001111100010111110101101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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