#0D140A

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

Shades of Pine Tree #0D140A

Tints of Pine Tree #0D140A

Color information

#0D140A (or 0x0D140A) is unknown color: approx Pine Tree. HEX triplet: 0D, 14 and 0A. RGB value is (13,20,10). Sum of RGB (Red+Green+Blue) = 13+20+10=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #0D140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D140A is #F2EBF5. Grayscale: #101010. Windows color (decimal): -15920118 or 660493. OLE color: 660493.

HSL color Cylindrical-coordinate representation of color #0D140A: hue angle of 102º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D140A is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB132010-
CMYK0.3500.500.92
HSL102º33.33%5.88%-
HSV(B)102º50%7.84%-
XYZ0.470.610.38-
YUV16.77124.18125.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.23%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=30.23%
G=46.51%
B=23.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1320100.3500.500.9210233.335.88
HexD14A230325C66216
Octal15241243062134146416
Binary1101101001010100011011001010111001100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D140A; }

 p { color: rgb(13,20,10); }

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

<style>
 a { background-color: #0D140A; }

 a { background-color: rgb(13,20,10); }

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

<style>
 span { border-color: #0D140A; }

 span { border-color: rgb(13,20,10); }

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