#1C2601

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

Shades of Pine Tree #1C2601

Tints of Pine Tree #1C2601

Color information

#1C2601 (or 0x1C2601) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 01. RGB value is (28,38,1). Sum of RGB (Red+Green+Blue) = 28+38+1=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2601 is #E3D9FE. Grayscale: #1E1E1E. Windows color (decimal): -14932479 or 75292. OLE color: 75292.

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

Color convert

RGB28381-
CMYK0.2600.970.85
HSL76.22º94.87%7.65%-
HSV(B)76.22º97.37%14.9%-
XYZ1.181.640.28-
YUV30.79111.19126.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 38 (15.23% from 255) = 56.72%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=41.79%
G=56.72%
B=1.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283810.2600.970.8576.2294.877.65
Hex1C2611A061554c5f8
Octal3446132014112511413710
Binary11100100110111010011000011010101100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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