Html Css Color HEX #0F4F1B Deep Fir

📋 copy color: '#0F4F1B'

red 15 ◦ green 79 ◦ blue 27

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

Shades of Deep Fir #0F4F1B

Tints of Deep Fir #0F4F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 65.29%

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 12.4%
G = 65.29%
B = 22.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#0F4F1B (or 0x0F4F1B) is known color: Deep Fir. HEX triplet: 0F, 4F and 1B. RGB value is (15,79,27). Sum of RGB (Red+Green+Blue) = 15+79+27=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F1B is #F0B0E4. Grayscale: #363636. Windows color (decimal): -15773925 or 1789711. OLE color: 1789711.

HSL color Cylindrical-coordinate representation of color #0F4F1B: hue angle of 131.25º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F1B is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 79 27 -
CMYK 0.81 0 0.66 0.69
HSL 131.25º 0.68% 0.18% -
HSV(B) 131.25º 0.81% 0.31% -
XYZ 3.19 5.77 1.98 -
YUV 53.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 15 79 27 0.81 0 0.66 0.69 131.25 0.68 0.18
Hex F 4F 1B 51 0 42 45 83 44 12
Octal 17 117 33 121 0 102 105 203 104 22
Binary 1111 1001111 11011 1010001 0 1000010 1000101 10000011 1000100 10010

Color Harmonies of #0F4F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4F1B

Black with #0F4F1B

Text Example


Text Example

White with #0F4F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,27); }

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

background-color css

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

 a { background-color: rgb(15,79,27); }

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

border-color css

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

 span { border-color: rgb(15,79,27); }

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