Html Css Color HEX #0D401D Deep Fir

📋 copy color: '#0D401D'

red 13 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #0D401D

Tints of Deep Fir #0D401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 12.26%
G = 60.38%
B = 27.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#0D401D (or 0x0D401D) is known color: Deep Fir. HEX triplet: 0D, 40 and 1D. RGB value is (13,64,29). Sum of RGB (Red+Green+Blue) = 13+64+29=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #0D401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D401D is #F2BFE2. Grayscale: #2C2C2C. Windows color (decimal): -15908835 or 1916941. OLE color: 1916941.

HSL color Cylindrical-coordinate representation of color #0D401D: hue angle of 138.82º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D401D is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 64 29 -
CMYK 0.80 0 0.55 0.75
HSL 138.82º 0.66% 0.15% -
HSV(B) 138.82º 0.8% 0.25% -
XYZ 2.22 3.84 1.79 -
YUV 44.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 13 64 29 0.80 0 0.55 0.75 138.82 0.66 0.15
Hex D 40 1D 50 0 37 4B 8B 42 F
Octal 15 100 35 120 0 67 113 213 102 17
Binary 1101 1000000 11101 1010000 0 110111 1001011 10001011 1000010 1111

Color Harmonies of #0D401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D401D

Black with #0D401D

Text Example


Text Example

White with #0D401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,64,29); }

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

background-color css

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

 a { background-color: rgb(13,64,29); }

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

border-color css

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

 span { border-color: rgb(13,64,29); }

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