Html Css Color HEX #0D441F Deep Fir

📋 copy color: '#0D441F'

red 13 ◦ green 68 ◦ blue 31

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

Shades of Deep Fir #0D441F

Tints of Deep Fir #0D441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 60.71%

 BLUE value IS 31 (12.5% from 255) = 27.68%

R = 11.61%
G = 60.71%
B = 27.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#0D441F (or 0x0D441F) is known color: Deep Fir. HEX triplet: 0D, 44 and 1F. RGB value is (13,68,31). Sum of RGB (Red+Green+Blue) = 13+68+31=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #0D441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D441F is #F2BBE0. Grayscale: #2F2F2F. Windows color (decimal): -15907809 or 2049037. OLE color: 2049037.

HSL color Cylindrical-coordinate representation of color #0D441F: hue angle of 139.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D441F is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 68 31 -
CMYK 0.81 0 0.54 0.73
HSL 139.64º 0.68% 0.16% -
HSV(B) 139.64º 0.81% 0.27% -
XYZ 2.48 4.32 2 -
YUV 47.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 13 68 31 0.81 0 0.54 0.73 139.64 0.68 0.16
Hex D 44 1F 51 0 36 49 8C 44 10
Octal 15 104 37 121 0 66 111 214 104 20
Binary 1101 1000100 11111 1010001 0 110110 1001001 10001100 1000100 10000

Color Harmonies of #0D441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D441F

Black with #0D441F

Text Example


Text Example

White with #0D441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,31); }

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

background-color css

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

 a { background-color: rgb(13,68,31); }

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

border-color css

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

 span { border-color: rgb(13,68,31); }

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