Html Css Color HEX #0D461C Deep Fir

📋 copy color: '#0D461C'

red 13 ◦ green 70 ◦ blue 28

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

Shades of Deep Fir #0D461C

Tints of Deep Fir #0D461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 63.06%

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

R = 11.71%
G = 63.06%
B = 25.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#0D461C (or 0x0D461C) is known color: Deep Fir. HEX triplet: 0D, 46 and 1C. RGB value is (13,70,28). Sum of RGB (Red+Green+Blue) = 13+70+28=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #0D461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D461C is #F2B9E3. Grayscale: #303030. Windows color (decimal): -15907300 or 1852941. OLE color: 1852941.

HSL color Cylindrical-coordinate representation of color #0D461C: hue angle of 135.79º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D461C is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 28 -
CMYK 0.81 0 0.60 0.73
HSL 135.79º 0.69% 0.16% -
HSV(B) 135.79º 0.81% 0.27% -
XYZ 2.57 4.55 1.84 -
YUV 48.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 13 70 28 0.81 0 0.60 0.73 135.79 0.69 0.16
Hex D 46 1C 51 0 3C 49 88 45 10
Octal 15 106 34 121 0 74 111 210 105 20
Binary 1101 1000110 11100 1010001 0 111100 1001001 10001000 1000101 10000

Color Harmonies of #0D461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D461C

Black with #0D461C

Text Example


Text Example

White with #0D461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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