#1B3004

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

Shades of Pine Tree #1B3004

Tints of Pine Tree #1B3004

Color information

#1B3004 (or 0x1B3004) is unknown color: approx Pine Tree. HEX triplet: 1B, 30 and 04. RGB value is (27,48,4). Sum of RGB (Red+Green+Blue) = 27+48+4=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3004 is #E4CFFB. Grayscale: #242424. Windows color (decimal): -14995452 or 274459. OLE color: 274459.

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

Color convert

RGB27484-
CMYK0.4400.920.81
HSL88.64º84.62%10.2%-
HSV(B)88.64º91.67%18.82%-
XYZ1.532.360.49-
YUV36.7109.54121.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=34.18%
G=60.76%
B=5.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal274840.4400.920.8188.6484.6210.2
Hex1B3042C05C515955a
Octal3360454013412113112512
Binary11011110000100101100010111001010001101100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,4); }

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

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

 a { background-color: rgb(27,48,4); }

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

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

 span { border-color: rgb(27,48,4); }

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