Html Css Color HEX #0D481C Deep Fir

📋 copy color: '#0D481C'

red 13 ◦ green 72 ◦ blue 28

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

Shades of Deep Fir #0D481C

Tints of Deep Fir #0D481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 63.72%

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

R = 11.5%
G = 63.72%
B = 24.78%

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

#0D481C (or 0x0D481C) is known color: Deep Fir. HEX triplet: 0D, 48 and 1C. RGB value is (13,72,28). Sum of RGB (Red+Green+Blue) = 13+72+28=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #0D481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D481C is #F2B7E3. Grayscale: #313131. Windows color (decimal): -15906788 or 1853453. OLE color: 1853453.

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

Color convert

RGB 13 72 28 -
CMYK 0.82 0 0.61 0.72
HSL 135.25º 0.69% 0.17% -
HSV(B) 135.25º 0.82% 0.28% -
XYZ 2.69 4.8 1.88 -
YUV 49.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 13 72 28 0.82 0 0.61 0.72 135.25 0.69 0.17
Hex D 48 1C 52 0 3D 48 87 45 11
Octal 15 110 34 122 0 75 110 207 105 21
Binary 1101 1001000 11100 1010010 0 111101 1001000 10000111 1000101 10001

Color Harmonies of #0D481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D481C

Black with #0D481C

Text Example


Text Example

White with #0D481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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