#1C2413

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

Shades of Pine Tree #1C2413

Tints of Pine Tree #1C2413

Color information

#1C2413 (or 0x1C2413) is unknown color: approx Pine Tree. HEX triplet: 1C, 24 and 13. RGB value is (28,36,19). Sum of RGB (Red+Green+Blue) = 28+36+19=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2413 is #E3DBEC. Grayscale: #1F1F1F. Windows color (decimal): -14932973 or 1254428. OLE color: 1254428.

HSL color Cylindrical-coordinate representation of color #1C2413: hue angle of 88.24º 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 #1C2413 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB283619-
CMYK0.2200.470.86
HSL88.24º30.91%10.78%-
HSV(B)88.24º47.22%14.12%-
XYZ1.231.560.85-
YUV31.67120.85125.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.73%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=33.73%
G=43.37%
B=22.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836190.2200.470.8688.2430.9110.78
Hex1C24131602F56581fb
Octal344423260571261303713
Binary111001001001001110110010111110101101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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