#151E05

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

Shades of Pine Tree #151E05

Tints of Pine Tree #151E05

Color information

#151E05 (or 0x151E05) is unknown color: approx Pine Tree. HEX triplet: 15, 1E and 05. RGB value is (21,30,5). Sum of RGB (Red+Green+Blue) = 21+30+5=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #151E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151E05 is #EAE1FA. Grayscale: #181818. Windows color (decimal): -15393275 or 335381. OLE color: 335381.

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

Color convert

RGB21305-
CMYK0.3000.830.88
HSL81.6º71.43%6.86%-
HSV(B)81.6º83.33%11.76%-
XYZ0.81.10.31-
YUV24.46117.02125.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 37.5%
GREEN value IS 30 (12.11% from 255) = 53.57%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=37.5%
G=53.57%
B=8.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal213050.3000.830.8881.671.436.86
Hex151E51E0535852477
Octal253653601231301221077
Binary10101111101011111001010011101100010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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