#151E00

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

Shades of Pine Tree #151E00

Tints of Pine Tree #151E00

Color information

#151E00 (or 0x151E00) is unknown color: approx Pine Tree. HEX triplet: 15, 1E and 00. RGB value is (21,30,0). Sum of RGB (Red+Green+Blue) = 21+30+0=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #151E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151E00 is #EAE1FF. Grayscale: #181818. Windows color (decimal): -15393280 or 7701. OLE color: 7701.

HSL color Cylindrical-coordinate representation of color #151E00: hue angle of 78º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #151E00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.

Color convert

RGB21300-
CMYK0.30010.88
HSL78º100%5.88%-
HSV(B)78º100%11.76%-
XYZ0.771.090.17-
YUV23.89114.52125.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.18%
G=58.82%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal213000.30010.88781005.88
Hex151E01E064584e646
Octal253603601441301161446
Binary101011111001111001100100101100010011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,30,0); }

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

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

 a { background-color: rgb(21,30,0); }

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

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

 span { border-color: rgb(21,30,0); }

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