#151D0F

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

Shades of Pine Tree #151D0F

Tints of Pine Tree #151D0F

Color information

#151D0F (or 0x151D0F) is unknown color: approx Pine Tree. HEX triplet: 15, 1D and 0F. RGB value is (21,29,15). Sum of RGB (Red+Green+Blue) = 21+29+15=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #151D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D0F is #EAE2F0. Grayscale: #191919. Windows color (decimal): -15393521 or 990485. OLE color: 990485.

HSL color Cylindrical-coordinate representation of color #151D0F: hue angle of 94.29º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #151D0F is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB212915-
CMYK0.2800.480.89
HSL94.29º31.82%8.63%-
HSV(B)94.29º48.28%11.37%-
XYZ0.831.070.61-
YUV25.01122.35125.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 29 (11.72% from 255) = 44.62%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=32.31%
G=44.62%
B=23.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2129150.2800.480.8994.2931.828.63
Hex151DF1C030595e209
Octal253517340601311364011
Binary10101111011111111000110000101100110111101000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,29,15); }

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

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

 a { background-color: rgb(21,29,15); }

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

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

 span { border-color: rgb(21,29,15); }

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