Html Css Color HEX #0F491D Deep Fir

📋 copy color: '#0F491D'

red 15 ◦ green 73 ◦ blue 29

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

Shades of Deep Fir #0F491D

Tints of Deep Fir #0F491D

RGB

 RED value IS 15 (6.25% from 255) = 12.82%

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

 BLUE value IS 29 (11.72% from 255) = 24.79%

R = 12.82%
G = 62.39%
B = 24.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#0F491D (or 0x0F491D) is known color: Deep Fir. HEX triplet: 0F, 49 and 1D. RGB value is (15,73,29). Sum of RGB (Red+Green+Blue) = 15+73+29=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #0F491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F491D is #F0B6E2. Grayscale: #323232. Windows color (decimal): -15775459 or 1919247. OLE color: 1919247.

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

Color convert

RGB 15 73 29 -
CMYK 0.79 0 0.60 0.71
HSL 134.48º 0.66% 0.17% -
HSV(B) 134.48º 0.79% 0.29% -
XYZ 2.8 4.96 1.97 -
YUV 50.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 15 73 29 0.79 0 0.60 0.71 134.48 0.66 0.17
Hex F 49 1D 4F 0 3C 47 86 42 11
Octal 17 111 35 117 0 74 107 206 102 21
Binary 1111 1001001 11101 1001111 0 111100 1000111 10000110 1000010 10001

Color Harmonies of #0F491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F491D

Black with #0F491D

Text Example


Text Example

White with #0F491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,73,29); }

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

background-color css

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

 a { background-color: rgb(15,73,29); }

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

border-color css

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

 span { border-color: rgb(15,73,29); }

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