Html Css Color HEX #0D1304 Pine Tree

📋 copy color: '#0D1304'

red 13 ◦ green 19 ◦ blue 4

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

Shades of Pine Tree #0D1304

Tints of Pine Tree #0D1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 52.78%

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

R = 36.11%
G = 52.78%
B = 11.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#0D1304 (or 0x0D1304) is known color: Pine Tree. HEX triplet: 0D, 13 and 04. RGB value is (13,19,4). Sum of RGB (Red+Green+Blue) = 13+19+4=36 (4% of max value = 765). Red value is 13 (5.47% from 255 or 36.11% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #0D1304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1304 is #F2ECFB. Grayscale: #0F0F0F. Windows color (decimal): -15920380 or 267021. OLE color: 267021.

HSL color Cylindrical-coordinate representation of color #0D1304: hue angle of 84º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D1304 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 19 4 -
CMYK 0.32 0 0.79 0.93
HSL 84º 0.65% 0.05% -
HSV(B) 84º 0.79% 0.07% -
XYZ 0.42 0.56 0.2 -
YUV 15.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 13 19 4 0.32 0 0.79 0.93 84 0.65 0.05
Hex D 13 4 20 0 4F 5D 54 41 5
Octal 15 23 4 40 0 117 135 124 101 5
Binary 1101 10011 100 100000 0 1001111 1011101 1010100 1000001 101

Color Harmonies of #0D1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1304

Black with #0D1304

Text Example


Text Example

White with #0D1304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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