Html Css Color HEX #0D481A Deep Fir

📋 copy color: '#0D481A'

red 13 ◦ green 72 ◦ blue 26

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

Shades of Deep Fir #0D481A

Tints of Deep Fir #0D481A

RGB

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

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

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

R = 11.71%
G = 64.86%
B = 23.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#0D481A (or 0x0D481A) is known color: Deep Fir. HEX triplet: 0D, 48 and 1A. RGB value is (13,72,26). Sum of RGB (Red+Green+Blue) = 13+72+26=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #0D481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D481A is #F2B7E5. Grayscale: #313131. Windows color (decimal): -15906790 or 1722381. OLE color: 1722381.

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

Color convert

RGB 13 72 26 -
CMYK 0.82 0 0.64 0.72
HSL 133.22º 0.69% 0.17% -
HSV(B) 133.22º 0.82% 0.28% -
XYZ 2.67 4.79 1.76 -
YUV 49.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 13 72 26 0.82 0 0.64 0.72 133.22 0.69 0.17
Hex D 48 1A 52 0 40 48 85 45 11
Octal 15 110 32 122 0 100 110 205 105 21
Binary 1101 1001000 11010 1010010 0 1000000 1001000 10000101 1000101 10001

Color Harmonies of #0D481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D481A

Black with #0D481A

Text Example


Text Example

White with #0D481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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