#1C3C03

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

Shades of Pine Tree #1C3C03

Tints of Pine Tree #1C3C03

Color information

#1C3C03 (or 0x1C3C03) is unknown color: approx Pine Tree. HEX triplet: 1C, 3C and 03. RGB value is (28,60,3). Sum of RGB (Red+Green+Blue) = 28+60+3=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 60 (23.83% from 255 or 65.93% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 60 - color contains mainly: green. Hex color #1C3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3C03 is #E3C3FC. Grayscale: #2C2C2C. Windows color (decimal): -14926845 or 211996. OLE color: 211996.

HSL color Cylindrical-coordinate representation of color #1C3C03: hue angle of 93.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C3C03 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB28603-
CMYK0.5300.950.76
HSL93.68º90.48%12.35%-
HSV(B)93.68º95%23.53%-
XYZ2.113.490.65-
YUV43.93104.9116.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 60 (23.83% from 255) = 65.93%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=30.77%
G=65.93%
B=3.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal286030.5300.950.7693.6890.4812.35
Hex1C3C33505F4C5e5ac
Octal3474365013711413613214
Binary1110011110011110101010111111001100101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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