#1C2607

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

Shades of Pine Tree #1C2607

Tints of Pine Tree #1C2607

Color information

#1C2607 (or 0x1C2607) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 07. RGB value is (28,38,7). Sum of RGB (Red+Green+Blue) = 28+38+7=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2607 is #E3D9F8. Grayscale: #1F1F1F. Windows color (decimal): -14932473 or 468508. OLE color: 468508.

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

Color convert

RGB28387-
CMYK0.2600.820.85
HSL79.35º68.89%8.82%-
HSV(B)79.35º81.58%14.9%-
XYZ1.211.650.46-
YUV31.48114.19125.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 38 (15.23% from 255) = 52.05%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=38.36%
G=52.05%
B=9.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283870.2600.820.8579.3568.898.82
Hex1C2671A052554f459
Octal3446732012212511710511
Binary1110010011011111010010100101010101100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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