#1C260A

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

Shades of Pine Tree #1C260A

Tints of Pine Tree #1C260A

Color information

#1C260A (or 0x1C260A) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 0A. RGB value is (28,38,10). Sum of RGB (Red+Green+Blue) = 28+38+10=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #1C260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C260A is #E3D9F5. Grayscale: #1F1F1F. Windows color (decimal): -14932470 or 665116. OLE color: 665116.

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

Color convert

RGB283810-
CMYK0.2600.740.85
HSL81.43º58.33%9.41%-
HSV(B)81.43º73.68%14.9%-
XYZ1.231.660.54-
YUV31.82115.69125.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.84%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=36.84%
G=50%
B=13.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2838100.2600.740.8581.4358.339.41
Hex1C26A1A04A55513a9
Octal3446123201121251217211
Binary1110010011010101101001001010101010110100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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