#1C2609

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

Shades of Pine Tree #1C2609

Tints of Pine Tree #1C2609

Color information

#1C2609 (or 0x1C2609) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 09. RGB value is (28,38,9). Sum of RGB (Red+Green+Blue) = 28+38+9=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2609 is #E3D9F6. Grayscale: #1F1F1F. Windows color (decimal): -14932471 or 599580. OLE color: 599580.

HSL color Cylindrical-coordinate representation of color #1C2609: hue angle of 80.69º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C2609 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB28389-
CMYK0.2600.760.85
HSL80.69º61.7%9.22%-
HSV(B)80.69º76.32%14.9%-
XYZ1.221.650.51-
YUV31.7115.19125.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 38 (15.23% from 255) = 50.67%
BLUE value IS 9 (3.91% from 255) = 12%
R=37.33%
G=50.67%
B=12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283890.2600.760.8580.6961.79.22
Hex1C2691A04C55513e9
Octal3446113201141251217611
Binary1110010011010011101001001100101010110100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,9); }

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

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

 a { background-color: rgb(28,38,9); }

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

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

 span { border-color: rgb(28,38,9); }

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