#1C300E

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

Shades of Pine Tree #1C300E

Tints of Pine Tree #1C300E

Color information

#1C300E (or 0x1C300E) is unknown color: approx Pine Tree. HEX triplet: 1C, 30 and 0E. RGB value is (28,48,14). Sum of RGB (Red+Green+Blue) = 28+48+14=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #1C300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C300E is #E3CFF1. Grayscale: #262626. Windows color (decimal): -14929906 or 929820. OLE color: 929820.

HSL color Cylindrical-coordinate representation of color #1C300E: hue angle of 95.29º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C300E is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB284814-
CMYK0.4200.710.81
HSL95.29º54.84%12.16%-
HSV(B)95.29º70.83%18.82%-
XYZ1.622.390.79-
YUV38.14114.37120.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=31.11%
G=53.33%
B=15.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848140.4200.710.8195.2954.8412.16
Hex1C30E2A047515f37c
Octal3460165201071211376714
Binary11100110000111010101001000111101000110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,48,14); }

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

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

 a { background-color: rgb(28,48,14); }

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

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

 span { border-color: rgb(28,48,14); }

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