#0D1E05

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

Shades of Pine Tree #0D1E05

Tints of Pine Tree #0D1E05

Color information

#0D1E05 (or 0x0D1E05) is unknown color: approx Pine Tree. HEX triplet: 0D, 1E and 05. RGB value is (13,30,5). Sum of RGB (Red+Green+Blue) = 13+30+5=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E05 is #F2E1FA. Grayscale: #161616. Windows color (decimal): -15917563 or 335373. OLE color: 335373.

HSL color Cylindrical-coordinate representation of color #0D1E05: hue angle of 100.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1E05 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB13305-
CMYK0.5700.830.88
HSL100.8º71.43%6.86%-
HSV(B)100.8º83.33%11.76%-
XYZ0.661.030.31-
YUV22.07118.37121.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 30 (12.11% from 255) = 62.5%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=27.08%
G=62.5%
B=10.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal133050.5700.830.88100.871.436.86
HexD1E5390535865477
Octal153657101231301451077
Binary11011111010111100101010011101100011001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,30,5); }

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

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

 a { background-color: rgb(13,30,5); }

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

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

 span { border-color: rgb(13,30,5); }

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