#151C05

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

Shades of Pine Tree #151C05

Tints of Pine Tree #151C05

Color information

#151C05 (or 0x151C05) is unknown color: approx Pine Tree. HEX triplet: 15, 1C and 05. RGB value is (21,28,5). Sum of RGB (Red+Green+Blue) = 21+28+5=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #151C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C05 is #EAE3FA. Grayscale: #171717. Windows color (decimal): -15393787 or 334869. OLE color: 334869.

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

Color convert

RGB21285-
CMYK0.2500.820.89
HSL78.26º69.7%6.47%-
HSV(B)78.26º82.14%10.98%-
XYZ0.7510.3-
YUV23.28117.68126.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=38.89%
G=51.85%
B=9.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal212850.2500.820.8978.2669.76.47
Hex151C519052594e466
Octal253453101221311161066
Binary10101111001011100101010010101100110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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