#1B3002

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

Shades of Pine Tree #1B3002

Tints of Pine Tree #1B3002

Color information

#1B3002 (or 0x1B3002) is unknown color: approx Pine Tree. HEX triplet: 1B, 30 and 02. RGB value is (27,48,2). Sum of RGB (Red+Green+Blue) = 27+48+2=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3002 is #E4CFFD. Grayscale: #242424. Windows color (decimal): -14995454 or 143387. OLE color: 143387.

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

Color convert

RGB27482-
CMYK0.4400.960.81
HSL87.39º92%9.8%-
HSV(B)87.39º95.83%18.82%-
XYZ1.522.350.43-
YUV36.48108.54121.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=35.06%
G=62.34%
B=2.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal274820.4400.960.8187.39929.8
Hex1B3022C06051575ca
Octal3360254014012112713412
Binary1101111000010101100011000001010001101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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