#1B290F

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

Shades of Pine Tree #1B290F

Tints of Pine Tree #1B290F

Color information

#1B290F (or 0x1B290F) is unknown color: approx Pine Tree. HEX triplet: 1B, 29 and 0F. RGB value is (27,41,15). Sum of RGB (Red+Green+Blue) = 27+41+15=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #1B290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B290F is #E4D6F0. Grayscale: #212121. Windows color (decimal): -14997233 or 993563. OLE color: 993563.

HSL color Cylindrical-coordinate representation of color #1B290F: hue angle of 92.31º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B290F is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB274115-
CMYK0.3400.630.84
HSL92.31º46.43%10.98%-
HSV(B)92.31º63.41%16.08%-
XYZ1.331.850.74-
YUV33.85117.36123.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=32.53%
G=49.40%
B=18.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2741150.3400.630.8492.3146.4310.98
Hex1B29F2203F545c2eb
Octal335117420771241345613
Binary1101110100111111000100111111101010010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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