Html Css Color HEX #0F4B1F Deep Fir

📋 copy color: '#0F4B1F'

red 15 ◦ green 75 ◦ blue 31

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

Shades of Deep Fir #0F4B1F

Tints of Deep Fir #0F4B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 61.98%

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

R = 12.4%
G = 61.98%
B = 25.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#0F4B1F (or 0x0F4B1F) is known color: Deep Fir. HEX triplet: 0F, 4B and 1F. RGB value is (15,75,31). Sum of RGB (Red+Green+Blue) = 15+75+31=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B1F is #F0B4E0. Grayscale: #343434. Windows color (decimal): -15774945 or 2050831. OLE color: 2050831.

HSL color Cylindrical-coordinate representation of color #0F4B1F: hue angle of 136º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B1F is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 75 31 -
CMYK 0.80 0 0.59 0.71
HSL 136º 0.67% 0.18% -
HSV(B) 136º 0.8% 0.29% -
XYZ 2.96 5.23 2.15 -
YUV 52.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 15 75 31 0.80 0 0.59 0.71 136 0.67 0.18
Hex F 4B 1F 50 0 3B 47 88 43 12
Octal 17 113 37 120 0 73 107 210 103 22
Binary 1111 1001011 11111 1010000 0 111011 1000111 10001000 1000011 10010

Color Harmonies of #0F4B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4B1F

Black with #0F4B1F

Text Example


Text Example

White with #0F4B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,75,31); }

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

background-color css

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

 a { background-color: rgb(15,75,31); }

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

border-color css

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

 span { border-color: rgb(15,75,31); }

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