#1B2904

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

Shades of Pine Tree #1B2904

Tints of Pine Tree #1B2904

Color information

#1B2904 (or 0x1B2904) is unknown color: approx Pine Tree. HEX triplet: 1B, 29 and 04. RGB value is (27,41,4). Sum of RGB (Red+Green+Blue) = 27+41+4=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #1B2904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2904 is #E4D6FB. Grayscale: #202020. Windows color (decimal): -14997244 or 272667. OLE color: 272667.

HSL color Cylindrical-coordinate representation of color #1B2904: hue angle of 82.7º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B2904 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB27414-
CMYK0.3400.900.84
HSL82.7º82.22%8.82%-
HSV(B)82.7º90.24%16.08%-
XYZ1.271.830.4-
YUV32.6111.86124.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 41 (16.41% from 255) = 56.94%
BLUE value IS 4 (1.95% from 255) = 5.56%
R=37.5%
G=56.94%
B=5.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal274140.3400.900.8482.782.228.82
Hex1B2942205A5453529
Octal3351442013212412312211
Binary11011101001100100010010110101010100101001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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