Html Css Color HEX #0F401C Deep Fir

📋 copy color: '#0F401C'

red 15 ◦ green 64 ◦ blue 28

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

Shades of Deep Fir #0F401C

Tints of Deep Fir #0F401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 59.81%

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

R = 14.02%
G = 59.81%
B = 26.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#0F401C (or 0x0F401C) is known color: Deep Fir. HEX triplet: 0F, 40 and 1C. RGB value is (15,64,28). Sum of RGB (Red+Green+Blue) = 15+64+28=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #0F401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F401C is #F0BFE3. Grayscale: #2D2D2D. Windows color (decimal): -15777764 or 1851407. OLE color: 1851407.

HSL color Cylindrical-coordinate representation of color #0F401C: hue angle of 135.92º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F401C is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 64 28 -
CMYK 0.77 0 0.56 0.75
HSL 135.92º 0.62% 0.15% -
HSV(B) 135.92º 0.77% 0.25% -
XYZ 2.24 3.85 1.72 -
YUV 45.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 15 64 28 0.77 0 0.56 0.75 135.92 0.62 0.15
Hex F 40 1C 4D 0 38 4B 88 3E F
Octal 17 100 34 115 0 70 113 210 76 17
Binary 1111 1000000 11100 1001101 0 111000 1001011 10001000 111110 1111

Color Harmonies of #0F401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F401C

Black with #0F401C

Text Example


Text Example

White with #0F401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,28); }

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

background-color css

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

 a { background-color: rgb(15,64,28); }

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

border-color css

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

 span { border-color: rgb(15,64,28); }

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