#1C2114

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

Shades of Pine Tree #1C2114

Tints of Pine Tree #1C2114

Color information

#1C2114 (or 0x1C2114) is unknown color: approx Pine Tree. HEX triplet: 1C, 21 and 14. RGB value is (28,33,20). Sum of RGB (Red+Green+Blue) = 28+33+20=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2114 is #E3DEEB. Grayscale: #1E1E1E. Windows color (decimal): -14933740 or 1319196. OLE color: 1319196.

HSL color Cylindrical-coordinate representation of color #1C2114: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C2114 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB283320-
CMYK0.1500.390.87
HSL83.08º24.53%10.39%-
HSV(B)83.08º39.39%12.94%-
XYZ1.151.390.87-
YUV30.02122.34126.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=34.57%
G=40.74%
B=24.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833200.1500.390.8783.0824.5310.39
Hex1C2114F027575319a
Octal344124170471271233112
Binary11100100001101001111010011110101111010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,20); }

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

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

 a { background-color: rgb(28,33,20); }

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

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

 span { border-color: rgb(28,33,20); }

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