#1B300C

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

Shades of Pine Tree #1B300C

Tints of Pine Tree #1B300C

Color information

#1B300C (or 0x1B300C) is unknown color: approx Pine Tree. HEX triplet: 1B, 30 and 0C. RGB value is (27,48,12). Sum of RGB (Red+Green+Blue) = 27+48+12=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #1B300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B300C is #E4CFF3. Grayscale: #252525. Windows color (decimal): -14995444 or 798747. OLE color: 798747.

HSL color Cylindrical-coordinate representation of color #1B300C: hue angle of 95º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B300C is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB274812-
CMYK0.4400.750.81
HSL95º60%11.76%-
HSV(B)95º75%18.82%-
XYZ1.582.370.72-
YUV37.62113.54120.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.03%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=31.03%
G=55.17%
B=13.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748120.4400.750.81956011.76
Hex1B30C2C04B515f3cc
Octal3360145401131211377414
Binary11011110000110010110001001011101000110111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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