Html Css Color HEX #0D1204 Pine Tree

📋 copy color: '#0D1204'

red 13 ◦ green 18 ◦ blue 4

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

Shades of Pine Tree #0D1204

Tints of Pine Tree #0D1204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 51.43%

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

R = 37.14%
G = 51.43%
B = 11.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#0D1204 (or 0x0D1204) is known color: Pine Tree. HEX triplet: 0D, 12 and 04. RGB value is (13,18,4). Sum of RGB (Red+Green+Blue) = 13+18+4=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #0D1204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1204 is #F2EDFB. Grayscale: #0E0E0E. Windows color (decimal): -15920636 or 266765. OLE color: 266765.

HSL color Cylindrical-coordinate representation of color #0D1204: hue angle of 81.43º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D1204 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 18 4 -
CMYK 0.28 0 0.78 0.93
HSL 81.43º 0.64% 0.04% -
HSV(B) 81.43º 0.78% 0.07% -
XYZ 0.4 0.53 0.2 -
YUV 14.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 13 18 4 0.28 0 0.78 0.93 81.43 0.64 0.04
Hex D 12 4 1C 0 4E 5D 51 40 4
Octal 15 22 4 34 0 116 135 121 100 4
Binary 1101 10010 100 11100 0 1001110 1011101 1010001 1000000 100

Color Harmonies of #0D1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1204

Black with #0D1204

Text Example


Text Example

White with #0D1204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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