#151D01

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

Shades of Pine Tree #151D01

Tints of Pine Tree #151D01

Color information

#151D01 (or 0x151D01) is unknown color: approx Pine Tree. HEX triplet: 15, 1D and 01. RGB value is (21,29,1). Sum of RGB (Red+Green+Blue) = 21+29+1=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #151D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D01 is #EAE2FE. Grayscale: #171717. Windows color (decimal): -15393535 or 72981. OLE color: 72981.

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

Color convert

RGB21291-
CMYK0.2800.970.89
HSL77.14º93.33%5.88%-
HSV(B)77.14º96.55%11.37%-
XYZ0.751.040.19-
YUV23.42115.35126.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=41.18%
G=56.86%
B=1.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal212910.2800.970.8977.1493.335.88
Hex151D11C061594d5d6
Octal253513401411311151356
Binary101011110111110001100001101100110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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