#0D2301

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

Shades of Pine Tree #0D2301

Tints of Pine Tree #0D2301

Color information

#0D2301 (or 0x0D2301) is unknown color: approx Pine Tree. HEX triplet: 0D, 23 and 01. RGB value is (13,35,1). Sum of RGB (Red+Green+Blue) = 13+35+1=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2301 is #F2DCFE. Grayscale: #181818. Windows color (decimal): -15916287 or 74509. OLE color: 74509.

HSL color Cylindrical-coordinate representation of color #0D2301: hue angle of 98.82º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D2301 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB13351-
CMYK0.6300.970.86
HSL98.82º94.44%7.06%-
HSV(B)98.82º97.14%13.73%-
XYZ0.771.290.24-
YUV24.55114.71119.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 35 (14.06% from 255) = 71.43%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=26.53%
G=71.43%
B=2.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal133510.6300.970.8698.8294.447.06
HexD2313F06156635e7
Octal154317701411261431367
Binary1101100011111111101100001101011011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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