#1C3003

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

Shades of Pine Tree #1C3003

Tints of Pine Tree #1C3003

Color information

#1C3003 (or 0x1C3003) is unknown color: approx Pine Tree. HEX triplet: 1C, 30 and 03. RGB value is (28,48,3). Sum of RGB (Red+Green+Blue) = 28+48+3=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3003 is #E3CFFC. Grayscale: #252525. Windows color (decimal): -14929917 or 208924. OLE color: 208924.

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

Color convert

RGB28483-
CMYK0.4200.940.81
HSL86.67º88.24%10%-
HSV(B)86.67º93.75%18.82%-
XYZ1.552.370.46-
YUV36.89108.87121.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=35.44%
G=60.76%
B=3.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal284830.4200.940.8186.6788.2410
Hex1C3032A05E515758a
Octal3460352013612112713012
Binary1110011000011101010010111101010001101011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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