Html Css Color HEX #0D1704 Pine Tree

📋 copy color: '#0D1704'

red 13 ◦ green 23 ◦ blue 4

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

Shades of Pine Tree #0D1704

Tints of Pine Tree #0D1704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 57.5%

 BLUE value IS 4 (1.95% from 255) = 10%

R = 32.5%
G = 57.5%
B = 10%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#0D1704 (or 0x0D1704) is known color: Pine Tree. HEX triplet: 0D, 17 and 04. RGB value is (13,23,4). Sum of RGB (Red+Green+Blue) = 13+23+4=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1704 is #F2E8FB. Grayscale: #111111. Windows color (decimal): -15919356 or 268045. OLE color: 268045.

HSL color Cylindrical-coordinate representation of color #0D1704: hue angle of 91.58º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1704 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 23 4 -
CMYK 0.43 0 0.83 0.91
HSL 91.58º 0.7% 0.05% -
HSV(B) 91.58º 0.83% 0.09% -
XYZ 0.49 0.71 0.23 -
YUV 17.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 13 23 4 0.43 0 0.83 0.91 91.58 0.7 0.05
Hex D 17 4 2B 0 53 5B 5C 46 5
Octal 15 27 4 53 0 123 133 134 106 5
Binary 1101 10111 100 101011 0 1010011 1011011 1011100 1000110 101

Color Harmonies of #0D1704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1704

Black with #0D1704

Text Example


Text Example

White with #0D1704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,4); }

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

background-color css

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

 a { background-color: rgb(13,23,4); }

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

border-color css

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

 span { border-color: rgb(13,23,4); }

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