Html Css Color HEX #0D1D01 Pine Tree

📋 copy color: '#0D1D01'

red 13 ◦ green 29 ◦ blue 1

#0D1D01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0D1D01

Tints of Pine Tree #0D1D01

RGB

 RED value IS 13 (5.47% from 255) = 30.23%

 GREEN value IS 29 (11.72% from 255) = 67.44%

 BLUE value IS 1 (0.78% from 255) = 2.33%

R = 30.23%
G = 67.44%
B = 2.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.97

 K value IS 0.89

RGB Variations

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

Color information

#0D1D01 (or 0x0D1D01) is known color: Pine Tree. HEX triplet: 0D, 1D and 01. RGB value is (13,29,1). Sum of RGB (Red+Green+Blue) = 13+29+1=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 29 (11.72% from 255 or 67.44% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D01 is #F2E2FE. Grayscale: #151515. Windows color (decimal): -15917823 or 72973. OLE color: 72973.

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

Color convert

RGB 13 29 1 -
CMYK 0.55 0 0.97 0.89
HSL 94.29º 0.93% 0.06% -
HSV(B) 94.29º 0.97% 0.11% -
XYZ 0.61 0.97 0.18 -
YUV 21.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 13 29 1 0.55 0 0.97 0.89 94.29 0.93 0.06
Hex D 1D 1 37 0 61 59 5E 5D 6
Octal 15 35 1 67 0 141 131 136 135 6
Binary 1101 11101 1 110111 0 1100001 1011001 1011110 1011101 110

Color Harmonies of #0D1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D01

Black with #0D1D01

Text Example


Text Example

White with #0D1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D1D01;
 }
 .AnyTagClassName
 {
   color: #0D1D01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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