#1B3701

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

Shades of Pine Tree #1B3701

Tints of Pine Tree #1B3701

Color information

#1B3701 (or 0x1B3701) is unknown color: approx Pine Tree. HEX triplet: 1B, 37 and 01. RGB value is (27,55,1). Sum of RGB (Red+Green+Blue) = 27+55+1=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 55 (21.88% from 255 or 66.27% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3701 is #E4C8FE. Grayscale: #282828. Windows color (decimal): -14993663 or 79643. OLE color: 79643.

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

Color convert

RGB27551-
CMYK0.5100.980.78
HSL91.11º96.43%10.98%-
HSV(B)91.11º98.18%21.57%-
XYZ1.822.970.51-
YUV40.47105.72118.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 55 (21.88% from 255) = 66.27%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=32.53%
G=66.27%
B=1.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal275510.5100.980.7891.1196.4310.98
Hex1B371330624E5b60b
Octal3367163014211613314013
Binary110111101111110011011000101001110101101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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