Html Css Color HEX #0D471C Deep Fir

📋 copy color: '#0D471C'

red 13 ◦ green 71 ◦ blue 28

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

Shades of Deep Fir #0D471C

Tints of Deep Fir #0D471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 63.39%

 BLUE value IS 28 (11.33% from 255) = 25%

R = 11.61%
G = 63.39%
B = 25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#0D471C (or 0x0D471C) is known color: Deep Fir. HEX triplet: 0D, 47 and 1C. RGB value is (13,71,28). Sum of RGB (Red+Green+Blue) = 13+71+28=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #0D471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D471C is #F2B8E3. Grayscale: #303030. Windows color (decimal): -15907044 or 1853197. OLE color: 1853197.

HSL color Cylindrical-coordinate representation of color #0D471C: hue angle of 135.52º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D471C is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 28 -
CMYK 0.82 0 0.61 0.72
HSL 135.52º 0.69% 0.16% -
HSV(B) 135.52º 0.82% 0.28% -
XYZ 2.63 4.68 1.86 -
YUV 48.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 13 71 28 0.82 0 0.61 0.72 135.52 0.69 0.16
Hex D 47 1C 52 0 3D 48 88 45 10
Octal 15 107 34 122 0 75 110 210 105 20
Binary 1101 1000111 11100 1010010 0 111101 1001000 10001000 1000101 10000

Color Harmonies of #0D471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D471C

Black with #0D471C

Text Example


Text Example

White with #0D471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,71,28); }

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

background-color css

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

 a { background-color: rgb(13,71,28); }

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

border-color css

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

 span { border-color: rgb(13,71,28); }

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