#1C290D

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

Shades of Pine Tree #1C290D

Tints of Pine Tree #1C290D

Color information

#1C290D (or 0x1C290D) is unknown color: approx Pine Tree. HEX triplet: 1C, 29 and 0D. RGB value is (28,41,13). Sum of RGB (Red+Green+Blue) = 28+41+13=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #1C290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C290D is #E3D6F2. Grayscale: #222222. Windows color (decimal): -14931699 or 862492. OLE color: 862492.

HSL color Cylindrical-coordinate representation of color #1C290D: hue angle of 87.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C290D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB284113-
CMYK0.3200.680.84
HSL87.86º51.85%10.59%-
HSV(B)87.86º68.29%16.08%-
XYZ1.341.860.67-
YUV33.92116.19123.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=34.15%
G=50%
B=15.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2841130.3200.680.8487.8651.8510.59
Hex1C29D20044545834b
Octal3451154001041241306413
Binary11100101001110110000001000100101010010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,13); }

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

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

 a { background-color: rgb(28,41,13); }

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

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

 span { border-color: rgb(28,41,13); }

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