#0D2000

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

Shades of Pine Tree #0D2000

Tints of Pine Tree #0D2000

Color information

#0D2000 (or 0x0D2000) is unknown color: approx Pine Tree. HEX triplet: 0D, 20 and 00. RGB value is (13,32,0). Sum of RGB (Red+Green+Blue) = 13+32+0=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #0D2000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2000 is #F2DFFF. Grayscale: #161616. Windows color (decimal): -15917056 or 8205. OLE color: 8205.

HSL color Cylindrical-coordinate representation of color #0D2000: hue angle of 95.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D2000 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB13320-
CMYK0.59010.87
HSL95.62º100%6.27%-
HSV(B)95.62º100%12.55%-
XYZ0.681.120.18-
YUV22.67115.21121.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.89%
GREEN value IS 32 (12.89% from 255) = 71.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.89%
G=71.11%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133200.59010.8795.621006.27
HexD2003B0645760646
Octal154007301441271401446
Binary1101100000011101101100100101011111000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,32,0); }

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

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

 a { background-color: rgb(13,32,0); }

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

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

 span { border-color: rgb(13,32,0); }

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