#0D1D03

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

Shades of Pine Tree #0D1D03

Tints of Pine Tree #0D1D03

Color information

#0D1D03 (or 0x0D1D03) is unknown color: approx Pine Tree. HEX triplet: 0D, 1D and 03. RGB value is (13,29,3). Sum of RGB (Red+Green+Blue) = 13+29+3=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D03 is #F2E2FC. Grayscale: #151515. Windows color (decimal): -15917821 or 204045. OLE color: 204045.

HSL color Cylindrical-coordinate representation of color #0D1D03: hue angle of 96.92º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1D03 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.

Color convert

RGB13293-
CMYK0.5500.900.89
HSL96.92º81.25%6.27%-
HSV(B)96.92º89.66%11.37%-
XYZ0.620.970.24-
YUV21.25117.7122.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.89%
GREEN value IS 29 (11.72% from 255) = 64.44%
BLUE value IS 3 (1.56% from 255) = 6.67%
R=28.89%
G=64.44%
B=6.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal132930.5500.900.8996.9281.256.27
HexD1D33705A5961516
Octal153536701321311411216
Binary1101111011111011101011010101100111000011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,29,3); }

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

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

 a { background-color: rgb(13,29,3); }

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

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

 span { border-color: rgb(13,29,3); }

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