#152401

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

Shades of Pine Tree #152401

Tints of Pine Tree #152401

Color information

#152401 (or 0x152401) is unknown color: approx Pine Tree. HEX triplet: 15, 24 and 01. RGB value is (21,36,1). Sum of RGB (Red+Green+Blue) = 21+36+1=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #152401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152401 is #EADBFE. Grayscale: #1B1B1B. Windows color (decimal): -15391743 or 74773. OLE color: 74773.

HSL color Cylindrical-coordinate representation of color #152401: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #152401 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB21361-
CMYK0.4200.970.86
HSL85.71º94.59%7.25%-
HSV(B)85.71º97.22%14.12%-
XYZ0.951.420.25-
YUV27.52113.03123.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 36 (14.45% from 255) = 62.07%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=36.21%
G=62.07%
B=1.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal213610.4200.970.8685.7194.597.25
Hex152412A06156565f7
Octal254415201411261261377
Binary10101100100110101001100001101011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152401; }

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

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

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

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

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

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

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

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