#1C2602

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

Shades of Pine Tree #1C2602

Tints of Pine Tree #1C2602

Color information

#1C2602 (or 0x1C2602) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 02. RGB value is (28,38,2). Sum of RGB (Red+Green+Blue) = 28+38+2=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2602 is #E3D9FD. Grayscale: #1F1F1F. Windows color (decimal): -14932478 or 140828. OLE color: 140828.

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

Color convert

RGB28382-
CMYK0.2600.950.85
HSL76.67º90%7.84%-
HSV(B)76.67º94.74%14.9%-
XYZ1.181.640.31-
YUV30.91111.69125.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.18%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=41.18%
G=55.88%
B=2.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283820.2600.950.8576.67907.84
Hex1C2621A05F554d5a8
Octal3446232013712511513210
Binary111001001101011010010111111010101100110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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