#1B3601

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

Shades of Pine Tree #1B3601

Tints of Pine Tree #1B3601

Color information

#1B3601 (or 0x1B3601) is unknown color: approx Pine Tree. HEX triplet: 1B, 36 and 01. RGB value is (27,54,1). Sum of RGB (Red+Green+Blue) = 27+54+1=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #1B3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3601 is #E4C9FE. Grayscale: #282828. Windows color (decimal): -14993919 or 79387. OLE color: 79387.

HSL color Cylindrical-coordinate representation of color #1B3601: hue angle of 90.57º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B3601 is Cyan = 0.5, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB27541-
CMYK0.500.980.79
HSL90.57º96.36%10.78%-
HSV(B)90.57º98.15%21.18%-
XYZ1.782.870.49-
YUV39.88106.05118.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.93%
GREEN value IS 54 (21.48% from 255) = 65.85%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=32.93%
G=65.85%
B=1.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal275410.500.980.7990.5796.3610.78
Hex1B361320624F5b60b
Octal3366162014211713314013
Binary110111101101110010011000101001111101101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,54,1); }

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

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

 a { background-color: rgb(27,54,1); }

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

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

 span { border-color: rgb(27,54,1); }

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