#151C0C

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

Shades of Pine Tree #151C0C

Tints of Pine Tree #151C0C

Color information

#151C0C (or 0x151C0C) is unknown color: approx Pine Tree. HEX triplet: 15, 1C and 0C. RGB value is (21,28,12). Sum of RGB (Red+Green+Blue) = 21+28+12=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 28 - color contains mainly: green. Hex color #151C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C0C is #EAE3F3. Grayscale: #181818. Windows color (decimal): -15393780 or 793621. OLE color: 793621.

HSL color Cylindrical-coordinate representation of color #151C0C: hue angle of 86.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #151C0C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.

Color convert

RGB212812-
CMYK0.2500.570.89
HSL86.25º40%7.84%-
HSV(B)86.25º57.14%10.98%-
XYZ0.791.020.5-
YUV24.08121.18125.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 28 (11.33% from 255) = 45.90%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=34.43%
G=45.90%
B=19.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2128120.2500.570.8986.25407.84
Hex151CC190395956288
Octal253414310711311265010
Binary10101111001100110010111001101100110101101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151C0C; }

 p { color: rgb(21,28,12); }

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

<style>
 a { background-color: #151C0C; }

 a { background-color: rgb(21,28,12); }

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

<style>
 span { border-color: #151C0C; }

 span { border-color: rgb(21,28,12); }

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