Html Css Color HEX #0D471A Deep Fir

📋 copy color: '#0D471A'

red 13 ◦ green 71 ◦ blue 26

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

Shades of Deep Fir #0D471A

Tints of Deep Fir #0D471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 11.82%
G = 64.55%
B = 23.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#0D471A (or 0x0D471A) is known color: Deep Fir. HEX triplet: 0D, 47 and 1A. RGB value is (13,71,26). Sum of RGB (Red+Green+Blue) = 13+71+26=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #0D471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D471A is #F2B8E5. Grayscale: #303030. Windows color (decimal): -15907046 or 1722125. OLE color: 1722125.

HSL color Cylindrical-coordinate representation of color #0D471A: hue angle of 133.45º 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 #0D471A is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 26 -
CMYK 0.82 0 0.63 0.72
HSL 133.45º 0.69% 0.16% -
HSV(B) 133.45º 0.82% 0.28% -
XYZ 2.61 4.67 1.74 -
YUV 48.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 13 71 26 0.82 0 0.63 0.72 133.45 0.69 0.16
Hex D 47 1A 52 0 3F 48 85 45 10
Octal 15 107 32 122 0 77 110 205 105 20
Binary 1101 1000111 11010 1010010 0 111111 1001000 10000101 1000101 10000

Color Harmonies of #0D471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D471A

Black with #0D471A

Text Example


Text Example

White with #0D471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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