#151C00

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

Shades of Pine Tree #151C00

Tints of Pine Tree #151C00

Color information

#151C00 (or 0x151C00) is unknown color: approx Pine Tree. HEX triplet: 15, 1C and 00. RGB value is (21,28,0). Sum of RGB (Red+Green+Blue) = 21+28+0=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #151C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C00 is #EAE3FF. Grayscale: #161616. Windows color (decimal): -15393792 or 7189. OLE color: 7189.

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

Color convert

RGB21280-
CMYK0.25010.89
HSL75º100%5.49%-
HSV(B)75º100%10.98%-
XYZ0.720.990.15-
YUV22.72115.18126.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal212800.25010.89751005.49
Hex151C019064594b645
Octal253403101441311131445
Binary101011110001100101100100101100110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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