Html Css Color HEX #0D3012 Deep Fir

📋 copy color: '#0D3012'

red 13 ◦ green 48 ◦ blue 18

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

Shades of Deep Fir #0D3012

Tints of Deep Fir #0D3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 60.76%

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 16.46%
G = 60.76%
B = 22.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#0D3012 (or 0x0D3012) is known color: Deep Fir. HEX triplet: 0D, 30 and 12. RGB value is (13,48,18). Sum of RGB (Red+Green+Blue) = 13+48+18=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3012 is #F2CFED. Grayscale: #222222. Windows color (decimal): -15912942 or 1191949. OLE color: 1191949.

HSL color Cylindrical-coordinate representation of color #0D3012: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3012 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 18 -
CMYK 0.73 0 0.63 0.81
HSL 128.57º 0.57% 0.12% -
HSV(B) 128.57º 0.73% 0.19% -
XYZ 1.33 2.24 0.94 -
YUV 34.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 13 48 18 0.73 0 0.63 0.81 128.57 0.57 0.12
Hex D 30 12 49 0 3F 51 81 39 C
Octal 15 60 22 111 0 77 121 201 71 14
Binary 1101 110000 10010 1001001 0 111111 1010001 10000001 111001 1100

Color Harmonies of #0D3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3012

Black with #0D3012

Text Example


Text Example

White with #0D3012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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