#0D1C05

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

Shades of Pine Tree #0D1C05

Tints of Pine Tree #0D1C05

Color information

#0D1C05 (or 0x0D1C05) is unknown color: approx Pine Tree. HEX triplet: 0D, 1C and 05. RGB value is (13,28,5). Sum of RGB (Red+Green+Blue) = 13+28+5=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C05 is #F2E3FA. Grayscale: #141414. Windows color (decimal): -15918075 or 334861. OLE color: 334861.

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

Color convert

RGB13285-
CMYK0.5400.820.89
HSL99.13º69.7%6.47%-
HSV(B)99.13º82.14%10.98%-
XYZ0.610.930.29-
YUV20.89119.03122.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.26%
GREEN value IS 28 (11.33% from 255) = 60.87%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=28.26%
G=60.87%
B=10.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal132850.5400.820.8999.1369.76.47
HexD1C5360525963466
Octal153456601221311431066
Binary11011110010111011001010010101100111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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