#151C01

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

Shades of Pine Tree #151C01

Tints of Pine Tree #151C01

Color information

#151C01 (or 0x151C01) is unknown color: approx Pine Tree. HEX triplet: 15, 1C and 01. RGB value is (21,28,1). Sum of RGB (Red+Green+Blue) = 21+28+1=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #151C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C01 is #EAE3FE. Grayscale: #161616. Windows color (decimal): -15393791 or 72725. OLE color: 72725.

HSL color Cylindrical-coordinate representation of color #151C01: hue angle of 75.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #151C01 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB21281-
CMYK0.2500.960.89
HSL75.56º93.1%5.69%-
HSV(B)75.56º96.43%10.98%-
XYZ0.730.990.18-
YUV22.83115.68126.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 28 (11.33% from 255) = 56%
BLUE value IS 1 (0.78% from 255) = 2%
R=42%
G=56%
B=2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal212810.2500.960.8975.5693.15.69
Hex151C119060594c5d6
Octal253413101401311141356
Binary101011110011100101100000101100110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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