#151E0F

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

Shades of Pine Tree #151E0F

Tints of Pine Tree #151E0F

Color information

#151E0F (or 0x151E0F) is unknown color: approx Pine Tree. HEX triplet: 15, 1E and 0F. RGB value is (21,30,15). Sum of RGB (Red+Green+Blue) = 21+30+15=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #151E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151E0F is #EAE1F0. Grayscale: #191919. Windows color (decimal): -15393265 or 990741. OLE color: 990741.

HSL color Cylindrical-coordinate representation of color #151E0F: hue angle of 96º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #151E0F is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB213015-
CMYK0.3000.50.88
HSL96º33.33%8.82%-
HSV(B)96º50%11.76%-
XYZ0.861.120.62-
YUV25.6122.02124.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=31.82%
G=45.45%
B=22.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2130150.3000.50.889633.338.82
Hex151EF1E0325860219
Octal253617360621301404111
Binary10101111101111111100110010101100011000001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,30,15); }

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

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

 a { background-color: rgb(21,30,15); }

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

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

 span { border-color: rgb(21,30,15); }

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