Html Css Color HEX #0F401D Deep Fir

📋 copy color: '#0F401D'

red 15 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #0F401D

Tints of Deep Fir #0F401D

RGB

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

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

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

R = 13.89%
G = 59.26%
B = 26.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#0F401D (or 0x0F401D) is known color: Deep Fir. HEX triplet: 0F, 40 and 1D. RGB value is (15,64,29). Sum of RGB (Red+Green+Blue) = 15+64+29=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #0F401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F401D is #F0BFE2. Grayscale: #2D2D2D. Windows color (decimal): -15777763 or 1916943. OLE color: 1916943.

HSL color Cylindrical-coordinate representation of color #0F401D: hue angle of 137.14º 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 #0F401D is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 64 29 -
CMYK 0.77 0 0.55 0.75
HSL 137.14º 0.62% 0.15% -
HSV(B) 137.14º 0.77% 0.25% -
XYZ 2.25 3.86 1.79 -
YUV 45.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 15 64 29 0.77 0 0.55 0.75 137.14 0.62 0.15
Hex F 40 1D 4D 0 37 4B 89 3E F
Octal 17 100 35 115 0 67 113 211 76 17
Binary 1111 1000000 11101 1001101 0 110111 1001011 10001001 111110 1111

Color Harmonies of #0F401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F401D

Black with #0F401D

Text Example


Text Example

White with #0F401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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