#0D2001

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

Shades of Pine Tree #0D2001

Tints of Pine Tree #0D2001

Color information

#0D2001 (or 0x0D2001) is unknown color: approx Pine Tree. HEX triplet: 0D, 20 and 01. RGB value is (13,32,1). Sum of RGB (Red+Green+Blue) = 13+32+1=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #0D2001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2001 is #F2DFFE. Grayscale: #161616. Windows color (decimal): -15917055 or 73741. OLE color: 73741.

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

Color convert

RGB13321-
CMYK0.5900.970.87
HSL96.77º93.94%6.47%-
HSV(B)96.77º96.88%12.55%-
XYZ0.691.120.21-
YUV22.78115.71121.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.26%
GREEN value IS 32 (12.89% from 255) = 69.57%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=28.26%
G=69.57%
B=2.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133210.5900.970.8796.7793.946.47
HexD2013B06157615e6
Octal154017301411271411366
Binary1101100000111101101100001101011111000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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