#151E0E

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

Shades of Pine Tree #151E0E

Tints of Pine Tree #151E0E

Color information

#151E0E (or 0x151E0E) is unknown color: approx Pine Tree. HEX triplet: 15, 1E and 0E. RGB value is (21,30,14). Sum of RGB (Red+Green+Blue) = 21+30+14=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #151E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151E0E is #EAE1F1. Grayscale: #191919. Windows color (decimal): -15393266 or 925205. OLE color: 925205.

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

Color convert

RGB213014-
CMYK0.3000.530.88
HSL93.75º36.36%8.63%-
HSV(B)93.75º53.33%11.76%-
XYZ0.851.120.59-
YUV25.48121.52124.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=32.31%
G=46.15%
B=21.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2130140.3000.530.8893.7536.368.63
Hex151EE1E035585e249
Octal253616360651301364411
Binary10101111101110111100110101101100010111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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