Html Css Color HEX #0D421D Deep Fir

📋 copy color: '#0D421D'

red 13 ◦ green 66 ◦ blue 29

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

Shades of Deep Fir #0D421D

Tints of Deep Fir #0D421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.11%

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

R = 12.04%
G = 61.11%
B = 26.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#0D421D (or 0x0D421D) is known color: Deep Fir. HEX triplet: 0D, 42 and 1D. RGB value is (13,66,29). Sum of RGB (Red+Green+Blue) = 13+66+29=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #0D421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D421D is #F2BDE2. Grayscale: #2E2E2E. Windows color (decimal): -15908323 or 1917453. OLE color: 1917453.

HSL color Cylindrical-coordinate representation of color #0D421D: hue angle of 138.11º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D421D is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 66 29 -
CMYK 0.80 0 0.56 0.74
HSL 138.11º 0.67% 0.15% -
HSV(B) 138.11º 0.8% 0.26% -
XYZ 2.34 4.07 1.83 -
YUV 45.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 13 66 29 0.80 0 0.56 0.74 138.11 0.67 0.15
Hex D 42 1D 50 0 38 4A 8A 43 F
Octal 15 102 35 120 0 70 112 212 103 17
Binary 1101 1000010 11101 1010000 0 111000 1001010 10001010 1000011 1111

Color Harmonies of #0D421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D421D

Black with #0D421D

Text Example


Text Example

White with #0D421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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