#1C340A

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

Shades of Pine Tree #1C340A

Tints of Pine Tree #1C340A

Color information

#1C340A (or 0x1C340A) is unknown color: approx Pine Tree. HEX triplet: 1C, 34 and 0A. RGB value is (28,52,10). Sum of RGB (Red+Green+Blue) = 28+52+10=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #1C340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C340A is #E3CBF5. Grayscale: #282828. Windows color (decimal): -14928886 or 668700. OLE color: 668700.

HSL color Cylindrical-coordinate representation of color #1C340A: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C340A is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB285210-
CMYK0.4600.810.80
HSL94.29º67.74%12.16%-
HSV(B)94.29º80.77%20.39%-
XYZ1.762.720.72-
YUV40.04111.05119.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 52 (20.70% from 255) = 57.78%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=31.11%
G=57.78%
B=11.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2852100.4600.810.8094.2967.7412.16
Hex1C34A2E051505e44c
Octal34641256012112013610414
Binary111001101001010101110010100011010000101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,52,10); }

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

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

 a { background-color: rgb(28,52,10); }

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

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

 span { border-color: rgb(28,52,10); }

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