#1B240B

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

Shades of Pine Tree #1B240B

Tints of Pine Tree #1B240B

Color information

#1B240B (or 0x1B240B) is unknown color: approx Pine Tree. HEX triplet: 1B, 24 and 0B. RGB value is (27,36,11). Sum of RGB (Red+Green+Blue) = 27+36+11=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #1B240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B240B is #E4DBF4. Grayscale: #1E1E1E. Windows color (decimal): -14998517 or 730139. OLE color: 730139.

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

Color convert

RGB273611-
CMYK0.2500.690.86
HSL81.6º53.19%9.22%-
HSV(B)81.6º69.44%14.12%-
XYZ1.141.520.55-
YUV30.46117.02125.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 36 (14.45% from 255) = 48.65%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=36.49%
G=48.65%
B=14.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2736110.2500.690.8681.653.199.22
Hex1B24B190455652359
Octal3344133101051261226511
Binary1101110010010111100101000101101011010100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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