Html Css Color HEX #0D1D05 Pine Tree

📋 copy color: '#0D1D05'

red 13 ◦ green 29 ◦ blue 5

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

Shades of Pine Tree #0D1D05

Tints of Pine Tree #0D1D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10.64%

R = 27.66%
G = 61.7%
B = 10.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.89

RGB Variations

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

Color information

#0D1D05 (or 0x0D1D05) is known color: Pine Tree. HEX triplet: 0D, 1D and 05. RGB value is (13,29,5). Sum of RGB (Red+Green+Blue) = 13+29+5=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D05 is #F2E2FA. Grayscale: #151515. Windows color (decimal): -15917819 or 335117. OLE color: 335117.

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

Color convert

RGB 13 29 5 -
CMYK 0.55 0 0.83 0.89
HSL 100º 0.71% 0.07% -
HSV(B) 100º 0.83% 0.11% -
XYZ 0.63 0.98 0.3 -
YUV 21.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 13 29 5 0.55 0 0.83 0.89 100 0.71 0.07
Hex D 1D 5 37 0 53 59 64 47 7
Octal 15 35 5 67 0 123 131 144 107 7
Binary 1101 11101 101 110111 0 1010011 1011001 1100100 1000111 111

Color Harmonies of #0D1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D05

Black with #0D1D05

Text Example


Text Example

White with #0D1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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