Html Css Color HEX #0F4C1F Deep Fir

📋 copy color: '#0F4C1F'

red 15 ◦ green 76 ◦ blue 31

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

Shades of Deep Fir #0F4C1F

Tints of Deep Fir #0F4C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 62.3%

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

R = 12.3%
G = 62.3%
B = 25.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#0F4C1F (or 0x0F4C1F) is known color: Deep Fir. HEX triplet: 0F, 4C and 1F. RGB value is (15,76,31). Sum of RGB (Red+Green+Blue) = 15+76+31=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C1F is #F0B3E0. Grayscale: #343434. Windows color (decimal): -15774689 or 2051087. OLE color: 2051087.

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

Color convert

RGB 15 76 31 -
CMYK 0.80 0 0.59 0.70
HSL 135.74º 0.67% 0.18% -
HSV(B) 135.74º 0.8% 0.3% -
XYZ 3.03 5.37 2.17 -
YUV 52.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 15 76 31 0.80 0 0.59 0.70 135.74 0.67 0.18
Hex F 4C 1F 50 0 3B 46 88 43 12
Octal 17 114 37 120 0 73 106 210 103 22
Binary 1111 1001100 11111 1010000 0 111011 1000110 10001000 1000011 10010

Color Harmonies of #0F4C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4C1F

Black with #0F4C1F

Text Example


Text Example

White with #0F4C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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