#1C2606

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

Shades of Pine Tree #1C2606

Tints of Pine Tree #1C2606

Color information

#1C2606 (or 0x1C2606) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 06. RGB value is (28,38,6). Sum of RGB (Red+Green+Blue) = 28+38+6=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2606 is #E3D9F9. Grayscale: #1F1F1F. Windows color (decimal): -14932474 or 402972. OLE color: 402972.

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

Color convert

RGB28386-
CMYK0.2600.840.85
HSL78.75º72.73%8.63%-
HSV(B)78.75º84.21%14.9%-
XYZ1.21.650.43-
YUV31.36113.69125.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 38 (15.23% from 255) = 52.78%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=38.89%
G=52.78%
B=8.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283860.2600.840.8578.7572.738.63
Hex1C2661A054554f499
Octal3446632012412511711111
Binary1110010011011011010010101001010101100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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