#152201

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

Shades of Pine Tree #152201

Tints of Pine Tree #152201

Color information

#152201 (or 0x152201) is unknown color: approx Pine Tree. HEX triplet: 15, 22 and 01. RGB value is (21,34,1). Sum of RGB (Red+Green+Blue) = 21+34+1=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #152201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152201 is #EADDFE. Grayscale: #1A1A1A. Windows color (decimal): -15392255 or 74261. OLE color: 74261.

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

Color convert

RGB21341-
CMYK0.3800.970.87
HSL83.64º94.29%6.86%-
HSV(B)83.64º97.06%13.33%-
XYZ0.891.310.23-
YUV26.35113.69124.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 37.5%
GREEN value IS 34 (13.67% from 255) = 60.71%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=37.5%
G=60.71%
B=1.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213410.3800.970.8783.6494.296.86
Hex152212606157545e7
Octal254214601411271241367
Binary10101100010110011001100001101011110101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152201; }

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

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

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

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

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

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

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

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