#1B2E04

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

Shades of Pine Tree #1B2E04

Tints of Pine Tree #1B2E04

Color information

#1B2E04 (or 0x1B2E04) is unknown color: approx Pine Tree. HEX triplet: 1B, 2E and 04. RGB value is (27,46,4). Sum of RGB (Red+Green+Blue) = 27+46+4=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2E04 is #E4D1FB. Grayscale: #232323. Windows color (decimal): -14995964 or 273947. OLE color: 273947.

HSL color Cylindrical-coordinate representation of color #1B2E04: hue angle of 87.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B2E04 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB27464-
CMYK0.4100.910.82
HSL87.14º84%9.8%-
HSV(B)87.14º91.3%18.04%-
XYZ1.452.20.46-
YUV35.53110.21121.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 46 (18.36% from 255) = 59.74%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=35.06%
G=59.74%
B=5.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal274640.4100.910.8287.14849.8
Hex1B2E42905B525754a
Octal3356451013312212712412
Binary11011101110100101001010110111010010101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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