#152001

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

Shades of Pine Tree #152001

Tints of Pine Tree #152001

Color information

#152001 (or 0x152001) is unknown color: approx Pine Tree. HEX triplet: 15, 20 and 01. RGB value is (21,32,1). Sum of RGB (Red+Green+Blue) = 21+32+1=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #152001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152001 is #EADFFE. Grayscale: #191919. Windows color (decimal): -15392767 or 73749. OLE color: 73749.

HSL color Cylindrical-coordinate representation of color #152001: hue angle of 81.29º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #152001 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB21321-
CMYK0.3400.970.87
HSL81.29º93.94%6.47%-
HSV(B)81.29º96.88%12.55%-
XYZ0.831.190.22-
YUV25.18114.36125.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 32 (12.89% from 255) = 59.26%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=38.89%
G=59.26%
B=1.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213210.3400.970.8781.2993.946.47
Hex152012206157515e6
Octal254014201411271211366
Binary10101100000110001001100001101011110100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152001; }

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

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

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

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

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

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

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

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