#0D1D04

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

Shades of Pine Tree #0D1D04

Tints of Pine Tree #0D1D04

Color information

#0D1D04 (or 0x0D1D04) is unknown color: approx Pine Tree. HEX triplet: 0D, 1D and 04. RGB value is (13,29,4). Sum of RGB (Red+Green+Blue) = 13+29+4=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D04 is #F2E2FB. Grayscale: #151515. Windows color (decimal): -15917820 or 269581. OLE color: 269581.

HSL color Cylindrical-coordinate representation of color #0D1D04: hue angle of 98.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D1D04 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB13294-
CMYK0.5500.860.89
HSL98.4º75.76%6.47%-
HSV(B)98.4º86.21%11.37%-
XYZ0.630.970.27-
YUV21.37118.2122.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.26%
GREEN value IS 29 (11.72% from 255) = 63.04%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=28.26%
G=63.04%
B=8.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal132940.5500.860.8998.475.766.47
HexD1D43705659624c6
Octal153546701261311421146
Binary11011110110011011101010110101100111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,29,4); }

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

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

 a { background-color: rgb(13,29,4); }

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

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

 span { border-color: rgb(13,29,4); }

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