#1B240C

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

Shades of Pine Tree #1B240C

Tints of Pine Tree #1B240C

Color information

#1B240C (or 0x1B240C) is unknown color: approx Pine Tree. HEX triplet: 1B, 24 and 0C. RGB value is (27,36,12). Sum of RGB (Red+Green+Blue) = 27+36+12=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #1B240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B240C is #E4DBF3. Grayscale: #1E1E1E. Windows color (decimal): -14998516 or 795675. OLE color: 795675.

HSL color Cylindrical-coordinate representation of color #1B240C: hue angle of 82.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B240C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB273612-
CMYK0.2500.670.86
HSL82.5º50%9.41%-
HSV(B)82.5º66.67%14.12%-
XYZ1.151.520.58-
YUV30.57117.52125.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 12 (5.08% from 255) = 16%
R=36%
G=48%
B=16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2736120.2500.670.8682.5509.41
Hex1B24C190435652329
Octal3344143101031261226211
Binary1101110010011001100101000011101011010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,12); }

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

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

 a { background-color: rgb(27,36,12); }

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

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

 span { border-color: rgb(27,36,12); }

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