Html Css Color HEX #0C491F Deep Fir

📋 copy color: '#0C491F'

red 12 ◦ green 73 ◦ blue 31

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

Shades of Deep Fir #0C491F

Tints of Deep Fir #0C491F

RGB

 RED value IS 12 (5.08% from 255) = 10.34%

 GREEN value IS 73 (28.91% from 255) = 62.93%

 BLUE value IS 31 (12.5% from 255) = 26.72%

R = 10.34%
G = 62.93%
B = 26.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#0C491F (or 0x0C491F) is known color: Deep Fir. HEX triplet: 0C, 49 and 1F. RGB value is (12,73,31). Sum of RGB (Red+Green+Blue) = 12+73+31=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #0C491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C491F is #F3B6E0. Grayscale: #323232. Windows color (decimal): -15972065 or 2050316. OLE color: 2050316.

HSL color Cylindrical-coordinate representation of color #0C491F: hue angle of 138.69º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C491F is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 73 31 -
CMYK 0.84 0 0.58 0.71
HSL 138.69º 0.72% 0.17% -
HSV(B) 138.69º 0.84% 0.29% -
XYZ 2.78 4.94 2.1 -
YUV 49.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 12 73 31 0.84 0 0.58 0.71 138.69 0.72 0.17
Hex C 49 1F 54 0 3A 47 8B 48 11
Octal 14 111 37 124 0 72 107 213 110 21
Binary 1100 1001001 11111 1010100 0 111010 1000111 10001011 1001000 10001

Color Harmonies of #0C491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C491F

Black with #0C491F

Text Example


Text Example

White with #0C491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,73,31); }

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

background-color css

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

 a { background-color: rgb(12,73,31); }

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

border-color css

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

 span { border-color: rgb(12,73,31); }

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